You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
471 B

{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "Square",
"const": 1
},
{
"standsFor": "Ramp Up",
"const": 2
},
{
"standsFor": "Ramp Down",
"const": 3
},
{
"standsFor": "Triangle",
"const": 4
},
{
"standsFor": "Round",
"const": 5
},
{
"standsFor": "Smooth",
"const": 6
}
],
"default": 1
}