Skip to content

Commit 596e5fe

Browse files
trustify-ci-bot[bot]github-merge-queue[bot]carlosthe19916
authored
🌱 [main] update client/openapi/trustd.yaml (#792)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-merge-queue[bot] <118344674+github-merge-queue[bot]@users.noreply.github.com> Co-authored-by: Carlos Feria <[email protected]>
1 parent a331c02 commit 596e5fe

File tree

1 file changed

+7
-29
lines changed

1 file changed

+7
-29
lines changed

client/openapi/trustd.yaml

Lines changed: 7 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,18 +2057,6 @@ paths:
20572057
application/json:
20582058
schema:
20592059
$ref: '#/components/schemas/BasePurlDetails'
2060-
/api/v2/purl/gc:
2061-
get:
2062-
tags:
2063-
- purl
2064-
operationId: garbageCollect
2065-
responses:
2066-
'200':
2067-
description: Performs garbage collection for orphaned packages
2068-
content:
2069-
text/plain:
2070-
schema:
2071-
type: string
20722060
/api/v2/purl/{key}:
20732061
get:
20742062
tags:
@@ -3290,9 +3278,7 @@ components:
32903278
AdvisoryDetails:
32913279
allOf:
32923280
- $ref: '#/components/schemas/AdvisoryHead'
3293-
- oneOf:
3294-
- type: 'null'
3295-
- $ref: '#/components/schemas/SourceDocument'
3281+
- $ref: '#/components/schemas/SourceDocument'
32963282
- type: object
32973283
required:
32983284
- vulnerabilities
@@ -3373,10 +3359,8 @@ components:
33733359
AdvisorySummary:
33743360
allOf:
33753361
- $ref: '#/components/schemas/AdvisoryHead'
3376-
- oneOf:
3377-
- type: 'null'
3378-
- $ref: '#/components/schemas/SourceDocument'
3379-
description: Information pertaning to the underlying source document, if any.
3362+
- $ref: '#/components/schemas/SourceDocument'
3363+
description: Information pertaning to the underlying source document, if any.
33803364
- type: object
33813365
required:
33823366
- average_severity
@@ -4202,10 +4186,8 @@ components:
42024186
items:
42034187
allOf:
42044188
- $ref: '#/components/schemas/AdvisoryHead'
4205-
- oneOf:
4206-
- type: 'null'
4207-
- $ref: '#/components/schemas/SourceDocument'
4208-
description: Information pertaning to the underlying source document, if any.
4189+
- $ref: '#/components/schemas/SourceDocument'
4190+
description: Information pertaning to the underlying source document, if any.
42094191
- type: object
42104192
required:
42114193
- average_severity
@@ -4531,9 +4513,7 @@ components:
45314513
items:
45324514
allOf:
45334515
- $ref: '#/components/schemas/SbomHead'
4534-
- oneOf:
4535-
- type: 'null'
4536-
- $ref: '#/components/schemas/SourceDocument'
4516+
- $ref: '#/components/schemas/SourceDocument'
45374517
- type: object
45384518
required:
45394519
- described_by
@@ -5113,9 +5093,7 @@ components:
51135093
SbomSummary:
51145094
allOf:
51155095
- $ref: '#/components/schemas/SbomHead'
5116-
- oneOf:
5117-
- type: 'null'
5118-
- $ref: '#/components/schemas/SourceDocument'
5096+
- $ref: '#/components/schemas/SourceDocument'
51195097
- type: object
51205098
required:
51215099
- described_by

0 commit comments

Comments
 (0)