diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-06-03 13:15:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-03 13:15:49 +0000 |
commit | c9872b9bc48c9afc7976933c4ee700cb360154a1 (patch) | |
tree | 537a341eddf873cdf7e394447b42c166c96d4a48 /docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml | |
parent | f79b94387563d91709abd89d6f0962d44ec2900f (diff) | |
parent | cbbf2963e427820ceb40ee430d8b9300757f85ee (diff) |
Merge "Fix type version in all tosca_service_template"
Diffstat (limited to 'docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml')
-rw-r--r-- | docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml b/docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml index f411eb55..1bb7f59f 100644 --- a/docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml +++ b/docs/clamp/acm/design-impl/participants/tosca/tosca-k8s-participant.yml @@ -123,7 +123,7 @@ node_types: properties: provider: type: string - requred: false + required: false org.onap.policy.clamp.acm.AutomationCompositionElement: version: 1.0.1 derived_from: tosca.nodetypes.Root @@ -136,7 +136,7 @@ node_types: description: Specifies the organization that provides the automation composition element participant_id: type: onap.datatypes.ToscaConceptIdentifier - requred: true + required: true metadata: common: true participantType: @@ -222,7 +222,7 @@ node_types: required: false requirements: type: string - requred: false + required: false templates: type: list required: false |