The home of JSON Schema validation right in your browser 🚧 Alpha 🚧 draft-7 only
Valid JSON:
{
"oneOf": [
{
"additionalProperties": false
},
{
"required": [
"id"
]
},
{
"required": [
"status"
]
}
]
}
Valid JSON:
{
"id": "",
"status": ""
}
should NOT have additional properties.
additionalProperties at "#/oneOf/0/additionalProperties"
Instance location: ""
should NOT have additional properties.
additionalProperties at "#/oneOf/0/additionalProperties"
Instance location: ""
should match exactly one schema in oneOf.
oneOf at "#/oneOf"
Instance location: ""
jsonschema.dev@relequestual Thanks to Sponsors: