{ "consumes": [ "application/json", "application/x-www-form-urlencoded" ], "paths": { "/testing": { "put": { "operationId": "putTesting", "responses": { "200": { "description": "Success message", "x-go-name": "AlternateName" } } } } }, "produces": [ "application/json", "application/json; charset=utf-8" ], "swagger": "2.0", "info": { "title": "test formats for form params", "version": "0.0.0" } }