Skip to content

Commit 6f3735b

Browse files
committed
fix: Change "format" to "distribution"
Signed-off-by: Piotr P. Karwasz <[email protected]>
1 parent 21d354f commit 6f3735b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

spec/openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ components:
339339
#
340340
release:
341341
type: object
342+
description: A TEA Component Release
342343
properties:
343344
uuid:
344345
description: A unique identifier for the TEA Component Release
@@ -363,11 +364,11 @@ components:
363364
description: List of identifiers for the component
364365
items:
365366
"$ref": "#/components/schemas/identifier"
366-
formats:
367+
distributions:
367368
type: array
368369
description: List of different formats of this component release
369370
items:
370-
"$ref": "#/components/schemas/release-format"
371+
"$ref": "#/components/schemas/release-distribution"
371372
# add lifecycle here
372373
required:
373374
- uuid
@@ -382,7 +383,7 @@ components:
382383
identifiers:
383384
- idType: PURL
384385
idValue: pkg:maven/org.apache.tomcat/[email protected]
385-
formats:
386+
distributions:
386387
- id: zip
387388
description: Core binary distribution, zip archive
388389
identifiers:
@@ -428,7 +429,7 @@ components:
428429
identifiers:
429430
- idType: PURL
430431
idValue: pkg:maven/org.apache.tomcat/[email protected]
431-
release-format:
432+
release-distribution:
432433
type: object
433434
properties:
434435
id:

0 commit comments

Comments
 (0)