JSON Schema Generator — From Sample JSON
Generate JSON Schema (Draft 07 or 2020-12) from sample JSON with nested $defs, optional fields, and strict object mode. All client-side.
Your data never leaves your browser
JSON sample
Generated JSON Schema
About this tool
Auto inferDraft 07 / 2020-12$defsDownload schemaFullscreen
How to use
- Paste representative JSON sample.
- Choose schema draft and options.
- Copy or download the generated schema.
Examples
Object sample
{"name":"Ada","age":36}Schema with string name, integer age