Skip to content

Commit

Permalink
Merge pull request #2523 from pauliusg/fix/2516-additional-props
Browse files Browse the repository at this point in the history
#2516 Fix additional props in openapi health schema
  • Loading branch information
BrunnerLivio authored Feb 18, 2024
2 parents 67e532d + fc74fbf commit af3820c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/health-check/health-check.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const healthIndicatorSchema = (example: HealthIndicatorResult) => ({
type: 'string',
},
},
additionalProperties: {
type: 'object',
},
additionalProperties: true,
},
});

Expand Down

0 comments on commit af3820c

Please sign in to comment.