Back to editor

JSON Schema Generator

Infer a JSON Schema straight from sample JSON data.

FAQ

Which JSON types can be inferred?

string, number, integer, boolean, null, object, and array. Arrays with mixed element types produce a union type; objects merge properties across all array elements, marking a key required only when every element has it.