github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/909/fixture-1414.json (about) 1 { 2 "info": { 3 "termsOfService": "https://quay.io/tos", 4 "version": "v1", 5 "contact": { 6 "email": "support@quay.io" 7 }, 8 "description": "This API allows you to perform many of the operations required to work with Quay repositories, users, and organizations. You can find out more at <a href=\"https://quay.io\">Quay</a>.", 9 "title": "Quay Frontend" 10 }, 11 "basePath": "/", 12 "swagger": "2.0", 13 "paths": { 14 "/path": { 15 "get": { 16 "security": [ 17 { 18 "bearer": [] 19 } 20 ], 21 "summary": "filter", 22 "description": "fetch items with filter", 23 "responses": { 24 "200": { 25 "description": "OK" 26 } 27 }, 28 "parameters": [ 29 { 30 "name": "filter", 31 "in": "query", 32 "description": "filter", 33 "type": "array", 34 "collectionFormat": "multi", 35 "items": { 36 "type": "array", 37 "items": { 38 "type": "string" 39 }, 40 "collectionFormat": "csv" 41 } 42 } 43 ] 44 } 45 } 46 } 47 }