We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ecfa5 commit 4503de1Copy full SHA for 4503de1
spec/openapi.yaml
@@ -434,6 +434,9 @@ components:
434
uuid:
435
description: A unique identifier for the TEA Product Release
436
"$ref": "#/components/schemas/uuid"
437
+ product:
438
+ description: UUID of the TEA Product this release belongs to
439
+ "$ref": "#/components/schemas/uuid"
440
version:
441
description: Version number of the product release
442
type: string
@@ -548,6 +551,9 @@ components:
548
551
549
552
description: A unique identifier for the TEA Component Release
550
553
554
+ component:
555
+ description: UUID of the TEA Component this release belongs to
556
557
558
description: Version number
559
0 commit comments