github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/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 }