blob: cdb8c0c3a632bfc25db1f10b23dbc2e5f87540c2 [file] [log] [blame] [edit]
{
"$schema": "https://json-schema.org/draft/next/schema",
"$defs": {
"orNull": {
"anyOf": [
{
"type": "null"
},
{
"$ref": "#"
}
]
}
},
"type": "string"
}