JSON Schema Validator — Tinker
← Tinker
✅ JSON Schema Validator
Validate ▶
JSON Data
{ "name": "Alice", "age": 30, "email": "alice@example.com" }
JSON Schema
{ "type": "object", "required": ["name", "age"], "properties": { "name": { "type": "string", "minLength": 1 }, "age": { "type": "integer", "minimum": 0 }, "email": { "type": "string", "format": "email" } } }
© 2026, Tinker - tools · calculators · practice games