Skip to content

Commit

Permalink
fix: swagger definition for health check result additional props
Browse files Browse the repository at this point in the history
resolves #2516
  • Loading branch information
BrunnerLivio committed Feb 7, 2024
1 parent fa75778 commit 44c06f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/health-check/health-check.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const healthIndicatorSchema = (example: HealthIndicatorResult) => ({
},
},
additionalProperties: {
type: 'string',
type: 'object',
},
},
});
Expand Down

0 comments on commit 44c06f6

Please sign in to comment.