โ
JSON Schema Validator
Validate JSON data against JSON Schema ยท Detailed error paths ยท Sample schemas
Samples:
User Profile
Product
API Response
Config File
Event
Address
๐ JSON Schema
Format
Clear
{ "type": "object", "required": ["name", "email", "age"], "properties": { "name": { "type": "string", "minLength": 1 }, "email": { "type": "string", "pattern": "^[^@]+@[^@]+\\.[^@]+$" }, "age": { "type": "integer", "minimum": 0, "maximum": 150 }, "roles": { "type": "array", "items": { "type": "string" }, "minItems": 1 } } }
๐ JSON Data
Format
Clear
{ "name": "Michael Zhang", "email": "mz@example.com", "age": 28, "roles": ["admin", "user"] }
โถ Validate
๐ Validation Results
Click Validate to check your JSON
โ All Tools
DevTools Suite
Meta Tags
Regex Tester
Cron Builder
CSS Gradient