Skip to content

Commit

Permalink
Merge pull request #14 from xieshenzh/api-sbom-list-1
Browse files Browse the repository at this point in the history
feat: change batch-analysis api request body schema to be dictionary
  • Loading branch information
ruromero authored Feb 29, 2024
2 parents e737e5d + 988c50a commit dd0ffd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions api/v4/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ paths:
content:
application/vnd.cyclonedx+json:
schema:
type: array
items:
type: object
additionalProperties:
type: object
application/vnd.spdx+json:
schema:
type: array
items:
type: object
additionalProperties:
type: object
responses:
'200':
Expand Down

0 comments on commit dd0ffd3

Please sign in to comment.