Step by step
How to use JSON Schema Validator
- 1
Paste the JSON instance and the JSON Schema that should describe it.
- 2
Validate both documents and review every returned path-specific error.
- 3
Correct the instance or schema until the result matches the contract you intend to enforce.