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

     1  {
     2    "type": "array",
     3    "additionalItems": true,
     4    "items": [
     5       {
     6         "type": "number"
     7       },
     8       {
     9         "type": "string"
    10       }
    11    ]
    12  }