How to use JSON Schema Validator
- Enter data and schemaUse separate editors for JSON data and a Draft 2020-12 schema.
- Validate locallyAJV compiles the schema without fetching remote references.
- Review errorsEvery error includes a data path, keyword and readable message.
Capability limits
- JSON Schema Draft 2020-12.
- Remote references and optional format plugins are not loaded.