JSON Schema Validator

Validate JSON data against JSON Schema specifications and find path errors.

Data is Valid
Data successfully matches the provided JSON Schema.

About JSON Schema

A JSON Schema states the shape of a JSON document: which fields are necessary, the type of each field, and the permitted values. This tool checks a document against a schema and names the path of each error.

Select Generate schema to make a first schema from your data. The tool reads the types of the fields and marks the top-level fields as required. Then correct the result by hand.

Use a schema to check an API response, a configuration file, or a form. The error path, such as user.address.zip, tells you where the problem is in a large document.