From 44c06f65f00ffc971dd4480dd13917b0bae73663 Mon Sep 17 00:00:00 2001 From: Livio Brunner Date: Wed, 7 Feb 2024 22:29:09 +0100 Subject: [PATCH] fix: swagger definition for health check result additional props resolves #2516 --- lib/health-check/health-check.schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/health-check/health-check.schema.ts b/lib/health-check/health-check.schema.ts index 443e2a498..78d66b6c5 100644 --- a/lib/health-check/health-check.schema.ts +++ b/lib/health-check/health-check.schema.ts @@ -24,7 +24,7 @@ const healthIndicatorSchema = (example: HealthIndicatorResult) => ({ }, }, additionalProperties: { - type: 'string', + type: 'object', }, }, });