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