mirror of
https://github.com/tristanpenman/valijson.git
synced 2025-01-24 02:51:34 +01:00
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"definitions": {
|
|
"orNull": {
|
|
"anyOf": [
|
|
{"type": "null"},
|
|
{"$ref": "#"}
|
|
]
|
|
}
|
|
},
|
|
"type": "string"
|
|
}
|