{ "swagger": "2.0", "info": { "title": "", "description": "", "version": "1.0" }, "produces": ["application/json"], "host": "localhost:3000", "basePath": "/api/swagger/v1", "paths": { "/test1": { "get": { "x-swagger-router-controller": "middleware-name1", "operationId": "swagTest", "tags": ["/test"], "description": "", "parameters": [], "responses": {} } } } }