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