JSON Schema Generator
Generate a JSON Schema from a sample JSON object.
Runs in your browserAbout this tool
Writing a JSON Schema by hand to describe a data structure's shape and validation rules is verbose and easy to get wrong syntactically, even when you know exactly what the data should look like. This tool generates a JSON Schema from a sample JSON object, giving you a valid schema to start from and refine rather than writing the verbose schema syntax entirely by hand.

