Skip to content

Commit

Permalink
fix: marked properties of ComponentReport as required
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Horton <[email protected]>
  • Loading branch information
madpah committed May 22, 2023
1 parent 017ab4f commit d14b306
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ components:
schemas:
ComponentReport:
type: object
required:
- coordinates
- reference
- vulnerabilities
properties:
coordinates:
type: string
Expand Down

0 comments on commit d14b306

Please sign in to comment.