File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -273,11 +273,11 @@ components:
273273 components :
274274 type : array
275275 description : |
276- List of TEA componentrefs for the product. The componentref by default just
276+ List of TEA component-refs for the product. The component-ref by default just
277277 includes the UUID of the component, but in some cases also include a reference
278278 to the UUID of a specific release.
279279 items :
280- description : Unique identifier of the TEA componentref
280+ description : Unique identifier of the TEA component-ref
281281 " $ref " : " #/components/schemas/uuid"
282282 required :
283283 - uuid
@@ -340,16 +340,13 @@ components:
340340 # The release reference (release UUID) is only used in cases where a product
341341 # name incldues a version and this version of the product always include
342342 # the same releases of the component.
343- componentref :
343+ component-ref :
344344 type : object
345345 description : A reference to a TEA component or specific component release
346346 properties :
347347 uuid :
348348 description : A unique identifier for the TEA component
349349 " $ref " : " #/components/schemas/uuid"
350- name :
351- type : string
352- description : Component name
353350 release :
354351 type : string
355352 description : |
You can’t perform that action at this time.
0 commit comments