blob: f3b0fe89822bf7dcad36585ce067c56ca2fa28ea [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"oneOf": [
{
"standsFor": "Characters",
"value": 1
},
{
"standsFor": "Character Excluding Spaces",
"value": 2
},
{
"standsFor": "Words",
"value": 3
},
{
"standsFor": "Lines",
"value": 4
}
]
}