github.com/thetreep/go-swagger@v0.0.0-20240223100711-35af64f14f01/fixtures/specs/response_name.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 "responses": { 11 "200": { 12 "description": "Success message", 13 "x-go-name": "AlternateName" 14 } 15 } 16 } 17 } 18 }, 19 "produces": [ 20 "application/json", 21 "application/json; charset=utf-8" 22 ], 23 "swagger": "2.0", 24 "info": { 25 "title": "test formats for form params", 26 "version": "0.0.0" 27 } 28 }