The home of JSON Schema validation right in your browser 🚧 Alpha 🚧 draft-7 only
Valid JSON:
xxxxxxxxxx
{
"definitions": {
"kosfn": true
},
"type": "object",
"oneOf": [
{
"properties": {
"name": {
"type": "string"
},
"function": {
"type": "null"
},
"address": {
"type": "string"
},
"kosfn": {
"$ref": "#/definitions/kosfn"
}
}
},
{
"properties": {
"name": {
"type": "string"
},
"function": {
"type": "string"
},
"address": {
"type": "string"
},
"kosfn": {
"type": "null"
}
}
}
]
}
Valid JSON:
xxxxxxxxxx
{}
should match exactly one schema in oneOf.
oneOf at "#/oneOf"
Instance location: ""
jsonschema.dev@relequestual Thanks to Sponsors: