15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
|
{
|
||
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
||
|
"type": "number",
|
||
|
"oneOf": [
|
||
|
{
|
||
|
"standsFor": false,
|
||
|
"const": 0
|
||
|
},
|
||
|
{
|
||
|
"standsFor": true,
|
||
|
"const": 1
|
||
|
}
|
||
|
]
|
||
|
}
|