{ "operationId": "get-version", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/version", "parameters": [], "responses": { "200": { "description": "OK", "schema": { "$ref": "#/definitions/infrastructure.VersionResponse" } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }