{ "swagger": "2.0", "info": { "contact": {} }, "paths": { "/ping": { "get": { "description": "asdf", "consumes": [ "application/json" ], "produces": [ "application/json" ], "summary": "Test request", "operationId": "ping", "responses": {} } } } }