Skip to content

Commit d2269ea

Browse files
committed
Change name of "componentref" to "component-ref" based on PR feedback
Signed-off-by: Olle E. Johansson <[email protected]>
1 parent 1efbd4d commit d2269ea

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

spec/openapi.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)