Loading...
Loading...
Generate JSON Schema from sample JSON data — auto-detect types and structure.
Paste your sample JSON data
Click Generate to infer the JSON Schema
Copy or download the generated schema
Automatically detects string, number, boolean, null, array, and object types
Handles deeply nested objects and arrays of objects
Generates JSON Schema Draft-07 compatible output
JSON Schema Draft-07 (https://json-schema.org/draft-07/schema#).
All top-level properties in the sample are marked as required by default.
Yes, mixed-type arrays are represented using anyOf in the schema.