Skip to content

Commit

Permalink
fix(schemas): add missing required fields (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa authored Oct 3, 2023
1 parent e6d09a0 commit 341d67f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/schemas/ContainerRegistryProviderDetailsResponse.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
type: object
required:
- id
- name
- url
- kind
properties:
id:
type: string
Expand Down

0 comments on commit 341d67f

Please sign in to comment.