github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/bugs/193/spec2.json (about) 1 { 2 "consumes": [ 3 "application/json", 4 "application/x-www-form-urlencoded" 5 ], 6 "paths": { 7 "/testing": { 8 "put": { 9 "operationId": "putTesting", 10 "parameters": [ 11 { 12 "in": "formData", 13 "items": { 14 "format": "date", 15 "type": "string" 16 }, 17 "name": "testingThis", 18 "type": "array" 19 } 20 ], 21 "responses": { 22 "200": { 23 "description": "Success message" 24 } 25 } 26 } 27 } 28 }, 29 "produces": [ 30 "application/json", 31 "application/json; charset=utf-8" 32 ], 33 "swagger": "2.0" 34 }