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

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