From 85dc1881093964283e9387c3282850e6c75d7a25 Mon Sep 17 00:00:00 2001 From: Jaanus Sellin Date: Thu, 7 Nov 2024 13:17:21 +0200 Subject: [PATCH] Update src/lib/openapi/spec/project-status-schema.ts Co-authored-by: Thomas Heartman --- src/lib/openapi/spec/project-status-schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/openapi/spec/project-status-schema.ts b/src/lib/openapi/spec/project-status-schema.ts index ef5fbe883e7f..912a97065323 100644 --- a/src/lib/openapi/spec/project-status-schema.ts +++ b/src/lib/openapi/spec/project-status-schema.ts @@ -15,7 +15,7 @@ export const projectStatusSchema = { 'Array of activity records with date and count, representing the project’s daily activity statistics.', }, averageHealth: { - type: 'number', + type: 'integer', minimum: 0, description: 'The average health score over the last 4 weeks, indicating whether features are stale or active.',