Validate JSON data against JSON Schema specifications with detailed error reporting.
JSON Schema is a powerful tool for validating the structure of JSON data. It allows you to describe your data format and automatically validate that incoming data conforms to that format.
Basic validation, maximum compatibility
Most widely used, good balance of features
Advanced features for complex schemas
Cutting-edge features for new projects
$schema field to see which draft it uses