JSON Schema Validator
Validate JSON data against a JSON Schema. Runs locally in your browser.
JSON Schema
JSON Data
Validation Result
ValidJSON data matches the schema.
Supported Keywords
type
required
properties
items
minLength
maxLength
minimum
maximum
exclusiveMinimum
exclusiveMaximum
enum
pattern
additionalProperties
minItems
maxItems
Related tools
JSON Formatter & ValidatorJSON
Format, validate, and prettify JSON in your browser. Fast and free.
JSON MinifierJSON
Minify JSON by removing whitespace.
JSON Sort KeysJSON
Recursively sort JSON object keys for stable diffs.
JSONL ViewerJSON
View/validate JSON Lines (NDJSON) and inspect records.
JSON Path TesterJSON
Extract a value using a simple dot/bracket path.
JSON Tree ViewerJSON
Visualize JSON as an interactive collapsible tree with color-coded types.