{ "operationId": "ready-check", "summary": "", "tags": [ "wormholescan" ], "method": "GET", "path": "/api/v1/ready", "parameters": [], "responses": { "200": { "description": "OK", "schema": { "type": "object", "properties": { "ready": { "type": "string" } } } }, "400": { "description": "Bad Request", "schema": {} }, "500": { "description": "Internal Server Error", "schema": {} } } }