Byte
Forge
Tools
AI Tools
Encoders / Decoders
Formatters
Generators
Converters
Testers / Validators
Text Tools
Design Tools
Utility Tools
Fun / Misc
Blog
About
Search tools...
⌘K
Home
›
Testers / Validators
›
JSON Schema Validator
JSON Schema Validator
Validate JSON against a JSON Schema definition
JSON Schema
{ "type": "object", "required": ["name", "age"], "properties": { "name": { "type": "string", "minLength": 1 }, "age": { "type": "number", "minimum": 0, "maximum": 150 }, "email": { "type": "string" } } }
JSON Data
{ "name": "Alice", "age": 30, "email": "alice@example.com" }
Validate
More in Testers / Validators
Regex Tester
JSON Validator
Cron Expression Parser