diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml | 8 | ||||
-rw-r--r-- | common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml index f1ea39d61..ca9d577f1 100644 --- a/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/HttpAutomationCompositionElementType.yaml @@ -23,7 +23,7 @@ data_types: properties: restRequestId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of a REST request to be sent to a REST endpoint httpMethod: @@ -52,7 +52,7 @@ data_types: properties: configurationEntityId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of a Configuration Entity to be handled by the HTTP Automation Composition Element @@ -60,7 +60,7 @@ data_types: type: list entry_schema: type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.RestRequest - typeVersion: 1.0.0 + type_version: 1.0.0 description: A sequence of REST commands to send to the REST endpoint node_types: org.onap.policy.clamp.acm.HttpAutomationCompositionElement: @@ -82,6 +82,6 @@ node_types: required: true entry_schema: type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.ConfigurationEntity - typeVersion: 1.0.0 + type_version: 1.0.0 description: The connfiguration entities the Automation Composition Element is managing and their associated REST requests diff --git a/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml b/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml index 2b60b679e..ad507edab 100644 --- a/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml +++ b/common/src/main/resources/tosca/KubernetesAutomationCompositionElementType.yaml @@ -23,7 +23,7 @@ data_types: properties: chartId: type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 + type_version: 0.0.0 required: true description: The name and version of the chart releaseName: @@ -51,7 +51,7 @@ node_types: properties: chart: type: org.onap.datatypes.policy.clamp.acm.kubernetesAutomationCompositionElement.Chart - typeVersion: 1.0.0 + type_version: 1.0.0 required: true description: The helm chart for the microservice configs: |