JSON Schema Generator
Paste a sample JSON and automatically generate its JSON Schema (draft 2020-12) with inferred types, required fields and properties. Add descriptions and examples.
Example JSON
JSON Schema (draft 2020-12)
Paste an example JSON to generate its schema.
Related tools
Frequently asked questions
How does it infer types?+
It analyzes the type of each property in your example and generates the corresponding schema (string, number, boolean, array, object...).

