blob: 8186adad4e37996782957903fd5db1228a3b2282 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "Characters",
"value": 1
},
{
"standsFor": "Word",
"value": 2
},
{
"standsFor": "Line",
"value": 3
},
{
"standsFor": "All",
"value": 4
}
]
}