{ "get": { "tags": ["System"], "summary": "System Health Check", "description": "Returns the current health status of the system", "responses": { "200": { "description": "Successful operation", "content": { "application/json": { "schema": { "$ref": "../schemas/HealthCheckResponse.json" } } } } } } }