blob: 7735d6ff2c995cbe565a35af7576d42efba91761 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "butt",
"value": 1
},
{
"standsFor": "round",
"value": 2
},
{
"standsFor": "butt",
"value": 3
}
]
}