Skip to content

Commit

Permalink
feat(database): turn environment as required (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa authored Nov 21, 2023
1 parent da9a099 commit 070938e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schemas/DatabaseResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ allOf:
- $ref: './BaseResponse.yaml'
- $ref: './DatabaseRequest.yaml'
- type: object
required:
- environment
properties:
environment:
$ref: './ReferenceObject.yaml'
Expand Down

0 comments on commit 070938e

Please sign in to comment.