blob: f8d96200bb0864974ffc2cd26202104c4ca8fb04 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "number",
"oneOf": [
{
"standsFor": "Regular",
"const": 0
},
{
"standsFor": "All Caps",
"const": 1
},
{
"standsFor": "Small Caps",
"const": 2
}
],
"default": 0
}