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

16 lines
254 B
JSON
Raw Normal View History

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