ToolsCandy

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

  1. Paste representative JSON sample.
  2. Choose schema draft and options.
  3. Copy or download the generated schema.

Examples

Object sample

{"name":"Ada","age":36}
Schema with string name, integer age

FAQ