Skip to content

Commit 3555909

Browse files
committed
fix: openapi refactor
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent 6b15a42 commit 3555909

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/src/api/public/v1/packages/openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ components:
105105
StewardshipSummary:
106106
type: object
107107
description: Null if the purl is not found in CDP.
108-
required: [name, ecosystem, stewardship, stewards, openVulns, lastActivityAt, lastActivityDescription]
108+
required:
109+
[name, ecosystem, stewardship, stewards, openVulns, lastActivityAt, lastActivityDescription]
109110
properties:
110111
name:
111112
type: string

0 commit comments

Comments
 (0)