D
DevTools Hub
Herramientas
GitHub
⭐ WeMD Pro
🇪🇸
es
Tools
/
JSON Schema Validator
J
JSON Schema Validator
Validate JSON data against a JSON Schema with detailed error reporting
JSON Data
{ "name": "John Doe", "email": "john@example.com", "age": 30, "tags": ["developer", "designer"] }
JSON Schema
{ "type": "object", "required": ["name", "email", "age"], "properties": { "name": { "type": "string", "minLength": 1 }, "email": { "type": "string", "format": "email" }, "age": { "type": "number", "minimum": 0, "maximum": 150 }, "tags": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }
Valid — No errors found
Related Tools
J
JSON Formatter
C
CSV ⇄ JSON Converter
J
JSON Diff
← Back to all tools