Validate your JSON data against a JSON Schema. Get detailed error messages with paths.
JSON Schema is a vocabulary that allows you to annotate and validate JSON documents. It describes the structure, constraints, and documentation of your JSON data. Use it to validate API requests, configuration files, and data imports.
Supported types: string, number, integer, boolean, object, array, null
Common keywords: type, required, properties, items, minimum, maximum, minLength, maxLength, pattern, enum, format, additionalProperties