The home of JSON Schema validation right in your browser 🚧 Alpha 🚧 draft-7 only
Valid JSON:
xxxxxxxxxx{ "$schema": "http://json-schema.org/draft-07/schema", "properties": { "NAME":{ "propertyNames": { "enum": ["TOM", "JACK","LILY","BRUCE"] } } }}Valid JSON:
xxxxxxxxxx{ "NAME":{ "JERRY": "male", "LILY": "female", "BRUCE": "male" }}should be equal to one of the allowed values.
enum at "#/properties/NAME/propertyNames/enum"
Instance location: "/NAME"
property name 'JERRY' is invalid.
propertyNames at "#/properties/NAME/propertyNames"
Instance location: "/NAME"
jsonschema.dev@relequestual Thanks to Sponsors: ![]()