valijson/thirdparty/JSON-Schema-Test-Suite/remotes/name-defs.json

12 lines
178 B
JSON

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