Skip to content

Commit

Permalink
fix(responses): add missing required fields (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa authored Oct 18, 2023
1 parent 33b6212 commit c6eca05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/schemas/ApplicationResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ allOf:
- type: object
required:
- healthchecks
- name
- environment
properties:
environment:
$ref: './ReferenceObject.yaml'
Expand Down
1 change: 1 addition & 0 deletions src/schemas/EnvironmentResponse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ allOf:
- cloud_provider
- mode
- cluster_id
- project
properties:
name:
type: string
Expand Down

0 comments on commit c6eca05

Please sign in to comment.