You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Minimal OpenAPI document for the showcase's own health probe. Referenced by the StatusOpenApiConnector declarative instance (src/system/connectors/index.ts) as a package-relative file path — the #3016 / ADR-0096 spec form resolved and confined to this package's root at boot."
},
"servers": [{ "url": "http://127.0.0.1:3000" }],
"paths": {
"/api/v1/health": {
"get": {
"operationId": "getHealth",
"summary": "Server health probe",
"description": "Returns the running server's health status.",