12 lines
163 B
JSON
12 lines
163 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "null"
|
|
}
|
|
],
|
|
"default": null
|
|
} |