"A"
"B"
"C"
{ "type": "array", "items": { "type": "string", "enum": ["A", "B", "C"] } }
[1, 2]
[3, 4]
{ "type": "array", "enum": [ [1, 2], [3, 4] ] }