JSON Schema Validator
Schema
JSON data
Invalid
4 rule violations found.
| Path | Rule | Message | Expected |
|---|---|---|---|
| / | additionalProperties | must NOT have additional properties | unexpected property "nickname" |
| format | must match format "email" | expected format: "email" | |
| /age | minimum | must be >= 0 | minimum: 0 |
| /role | enum | must be equal to one of the allowed values | allowed: ["admin","member","viewer"] |
Need a schema to start from? Generate one from example data.