Skip to content

Commit cba8d69

Browse files
authored
Merge pull request #227 from vpetersson/drop-beta-name
Drops beta name
2 parents 1bdcd3b + e0c986b commit cba8d69

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

spec/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ info:
1212
license:
1313
name: Apache 2.0
1414
url: https://github.com/CycloneDX/transparency-exchange-api/blob/main/LICENSE
15-
version: 0.4.0-beta.3
15+
version: 0.4.0
1616
servers:
1717
- url: http://localhost/tea/v1
1818
description: Local development
@@ -265,7 +265,7 @@ paths:
265265
'404':
266266
$ref: "#/components/responses/404-object-by-id-not-found"
267267
tags:
268-
- TEA Component Release
268+
- TEA Component Release
269269
/componentRelease/{uuid}/cle:
270270
get:
271271
description: Get the CLE (Common Lifecycle Enumeration) data for a TEA Component Release
@@ -660,7 +660,7 @@ components:
660660

661661
#
662662
# Reference to a component, in some cases directly to a specific release
663-
#
663+
#
664664
# The release reference (release UUID) is only used in cases where a product
665665
# name includes a version and this version of the product always includes
666666
# the same releases of the component.
@@ -1363,7 +1363,7 @@ components:
13631363
- pageStartIndex
13641364
- pageSize
13651365
- totalResults
1366-
1366+
13671367
paginated-product-response:
13681368
type: object
13691369
description: A paginated response containing TEA Products
@@ -1375,7 +1375,7 @@ components:
13751375
type: array
13761376
items:
13771377
$ref: "#/components/schemas/product"
1378-
1378+
13791379
paginated-product-release-response:
13801380
type: object
13811381
description: A paginated response containing TEA Product Releases

0 commit comments

Comments
 (0)