blob: 885ba45e801d06abddb6ac27d180ed81710dcb61 [file] [log] [blame]
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "array",
"items": {
"type": "string",
"enum": [
"a",
"b",
"c"
]
},
"uniqueItems": true
}