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