diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2022-05-31 17:15:52 +0100 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2022-06-02 07:47:21 +0000 |
commit | cbbf2963e427820ceb40ee430d8b9300757f85ee (patch) | |
tree | 2db14d976f1106854ea0bd4d12c9caa46cb9c1a7 /docs/development/devtools/tosca/smoke-test-participants.yaml | |
parent | 2e11c2e6df991a40933a72c3ff5e8341c047c613 (diff) |
Fix type version in all tosca_service_template
Issue-ID: POLICY-4229
Change-Id: I18d523c07685db35bffc9d97321fdfed3b9c37e9
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/development/devtools/tosca/smoke-test-participants.yaml')
-rw-r--r-- | docs/development/devtools/tosca/smoke-test-participants.yaml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/docs/development/devtools/tosca/smoke-test-participants.yaml b/docs/development/devtools/tosca/smoke-test-participants.yaml index 7823a773..d1244f9d 100644 --- a/docs/development/devtools/tosca/smoke-test-participants.yaml +++ b/docs/development/devtools/tosca/smoke-test-participants.yaml @@ -15,7 +15,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: @@ -38,21 +38,21 @@ data_types: constraints: - in_range: [100, 599] description: THe expected HTTP status code for the REST request - org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.ConfigurationEntity: - version: 1.0.0 - derived_from: tosca.datatypes.Root - properties: - configurationEntityId: - type: onap.datatypes.ToscaConceptIdentifier - typeVersion: 1.0.0 - required: true - description: The name and version of a Configuration Entity to be handled by the HTTP Automation Composition Element - restSequence: - type: list - entry_schema: - type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.RestRequest - typeVersion: 1.0.0 - description: A sequence of REST commands to send to the REST endpoint + org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.ConfigurationEntity: + version: 1.0.0 + derived_from: tosca.datatypes.Root + properties: + configurationEntityId: + type: onap.datatypes.ToscaConceptIdentifier + 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 + restSequence: + type: list + entry_schema: + type: org.onap.datatypes.policy.clamp.acm.httpAutomationCompositionElement.RestRequest + type_version: 1.0.0 + description: A sequence of REST commands to send to the REST endpoint node_types: org.onap.policy.clamp.acm.Participant: version: 1.0.1 @@ -175,7 +175,7 @@ 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 topology_template: node_templates: |