JSON Validator

Check a JSON document against a JSON Schema and see exactly which part breaks which rule, located by JSON Pointer. Draft 2020-12; everything is checked on the server without fetching anything.

The document does not match the schema — 4 problems.

Where Rule Problem
/ properties Some properties did not match the required schema
/age minimum -1 should be at least 0
/tags items Some items do not match the required schema; failing indexes: [1]
/tags/1 type Value is "integer" but should be "string"