Three simple steps
- Paste or load the JSON instance and JSON Schema documents.
- Run validation using JSON Schema draft 2020-12 rules.
- Review every reported instance path, keyword, and validation message.
38 tools available
No matching tool yet. Try a file type or action such as “PDF”, “compare”, or “convert”.
Browse all toolsValidate JSON data against JSON Schema 2020-12 and review clear paths, keywords, and messages for every mismatch.
The instance to validate.
A JSON Schema 2020-12 document.
Check whether an API payload, configuration object, or stored record follows the structure and constraints defined by a JSON Schema.
The validator uses the JSON Schema 2020-12 vocabulary.
No. The format keyword is treated as an annotation, so use explicit patterns or other constraints when format checking is required.
No. Remote references are not fetched. Keep required definitions in the supplied schema document.