blob: b24c2ffdda7e902beb4dfb65c441bb325a1d1500 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "Above",
"const": 1
},
{
"standsFor": "Below",
"const": 2
}
],
"default": 1
}