Files
CosmicEngine/lib/All/json-schema-validator/test/JSON-Schema-Test-Suite/remotes/name.json

16 lines
260 B
JSON

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