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