Skip to content

Commit

Permalink
Update src/lib/openapi/spec/project-status-schema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Heartman <[email protected]>
  • Loading branch information
sjaanus and thomasheartman authored Nov 7, 2024
1 parent a606148 commit 85dc188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/openapi/spec/project-status-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down

0 comments on commit 85dc188

Please sign in to comment.