Auto-generate a JSON Schema from a sample object. Type inference detects integers, numbers, strings, booleans, arrays and nested objects, and marks all keys as required. 100% Local
Paste a representative sample JSON object into the input box. Click Generate Schema and the output panel shows a complete JSON Schema with the $schema field set to the 2020-12 draft, inferred types and a required array.
"integer""number""object" with nested properties"array" with items inferred from the first elementrequired array from observed keys