json-schema-validator/test/JSON-Schema-Test-Suite/remotes/name-defs.json
2020-05-15 09:56:42 +02:00

16 lines
254 B
JSON

{
"$defs": {
"orNull": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#"
}
]
}
},
"type": "string"
}