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/development/devtools/tosca/smoke-test-participants.yaml | |
parent | f79b94387563d91709abd89d6f0962d44ec2900f (diff) | |
parent | cbbf2963e427820ceb40ee430d8b9300757f85ee (diff) |
Merge "Fix type version in all tosca_service_template"
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: |