File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments