{ "swagger": "2.0", "info": { "version": "1.0.0", "title": "Simple API" }, "host": "httpbin.org", "basePath": "/", "produces": [ "application/json" ], "schemes": ["http"], "paths": { "/get": { "get": { "description": "", "operationId": "operationX", "responses": { "200": { "description": "OK" } } } } } }