JSON Schema Validator

Schema

JSON data

Invalid

4 rule violations found.

PathRuleMessageExpected
/additionalPropertiesmust NOT have additional propertiesunexpected property "nickname"
/emailformatmust match format "email"expected format: "email"
/ageminimummust be >= 0minimum: 0
/roleenummust be equal to one of the allowed valuesallowed: ["admin","member","viewer"]

Need a schema to start from? Generate one from example data.

FAQ