github.com/ryanbennettvoid/go-swagger@v0.18.1-0.20190104015444-3854bbbe2392/fixtures/bugs/1571/json-data/tupleThing.json (about)

     1  {
     2    "type": "array",
     3    "items": [
     4      {
     5        "type": "string",
     6        "enum": [
     7          "CONST1",
     8          "CONST2"
     9        ]
    10      },
    11      {
    12        "type": "string",
    13        "enum": [
    14          "CONST3",
    15          "CONST4"
    16        ]
    17      }
    18    ]
    19  }