mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-09 03:08:31 +01:00
12 lines
178 B
JSON
12 lines
178 B
JSON
{
|
|
"$defs": {
|
|
"orNull": {
|
|
"anyOf": [
|
|
{"type": "null"},
|
|
{"$ref": "#"}
|
|
]
|
|
}
|
|
},
|
|
"type": "string"
|
|
}
|