blob: 11727a9a0d87f10337345d1a83157d4803fba1ef [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "butt",
"const": 1
},
{
"standsFor": "round",
"const": 2
},
{
"standsFor": "square",
"const": 3
}
],
"default": 2
}