16 lines
260 B
JSON
16 lines
260 B
JSON
|
|
{
|
||
|
|
"definitions": {
|
||
|
|
"orNull": {
|
||
|
|
"anyOf": [
|
||
|
|
{
|
||
|
|
"type": "null"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"$ref": "#"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"type": "string"
|
||
|
|
}
|