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