{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "JsonSchema",
  "type": "object",
  "properties": {
    "a": {
      "type": "array",
      "items": {
        "enum": [ "v1", "v2", "v3" ]
      }
    }
  }
}
