Skip to content

Commit 4503de1

Browse files
committed
fix: add optional reference to product or component from their releases
Signed-off-by: Pavel Shukhman <[email protected]>
1 parent 39ecfa5 commit 4503de1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ components:
434434
uuid:
435435
description: A unique identifier for the TEA Product Release
436436
"$ref": "#/components/schemas/uuid"
437+
product:
438+
description: UUID of the TEA Product this release belongs to
439+
"$ref": "#/components/schemas/uuid"
437440
version:
438441
description: Version number of the product release
439442
type: string
@@ -548,6 +551,9 @@ components:
548551
uuid:
549552
description: A unique identifier for the TEA Component Release
550553
"$ref": "#/components/schemas/uuid"
554+
component:
555+
description: UUID of the TEA Component this release belongs to
556+
"$ref": "#/components/schemas/uuid"
551557
version:
552558
description: Version number
553559
type: string

0 commit comments

Comments
 (0)