blob: 1dab4a4343d304270cf9a4b8984d509b764123d0 [file] [log] [blame] [edit]
{
"$defs": {
"orNull": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#"
}
]
}
},
"type": "string"
}