JSON → JSON Schema

Paste a sample JSON document → infer a draft/2020-12 JSON Schema. Client-side only; no uploads.

home · tools · skill.md
Ready.
Notes: arrays are merged; mixed arrays become anyOf. Objects infer required based on presence in the sample.
Tip: if you want stricter schemas, consider setting additionalProperties to false manually after generation.