✅
JSON Schema Validator
Validate JSON data against a JSON Schema (draft-07). Check if your data conforms to the expected structure, types, and constraints.
Supported JSON Schema Keywords
• type• required• properties• items• enum• const• minLength/maxLength• minimum/maximum• minItems/maxItems• uniqueItems• pattern• format (email, uri)• additionalProperties• multipleOf• exclusiveMin/Max• minProperties/maxProperties