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#",
"$comment": "persist attr is present and == true, require dbName",
"properties": {
"persist": {
"const": true
}
},
"required": [
"persist",
"dbName"
]
}
Valid JSON:
xxxxxxxxxx
{
"dbName": "someting"
}
should have required property 'persist'.
required at "#/required"
Instance location: ""
jsonschema.dev@relequestual Thanks to Sponsors: