ajv/spec/remotes/name.json

12 lines
146 B
JSON

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