github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/1571/json-data/tupleThingWithAdditionalItems.json (about)

     1  {
     2    "type": "array",
     3    "uniqueItems": true,
     4    "items": [
     5      {
     6        "type": "string",
     7        "enum": [
     8          "CONST5",
     9          "CONST6"
    10        ]
    11      },
    12      {
    13        "type": "string",
    14        "enum": [
    15          "CONST7",
    16          "CONST8"
    17        ]
    18      }
    19    ],
    20    "additionalItems": {
    21      "type": "integer",
    22      "enum": [
    23        1,
    24        2
    25      ]
    26    }
    27  }