github.com/kaisawind/go-swagger@v0.19.0/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  }