Add controlloop components to SDC design
[sdc.git] / catalog-be / src / main / resources / import / tosca / data-types / dataTypes.yml
index e294528..a6071e1 100644 (file)
@@ -3155,3 +3155,13 @@ onap.datatypes.partner.sppartner_details:
       type: string
       description: Authentication  details to access the Service URL
       required: false
+
+onap.datatypes.ToscaConceptIdentifier:
+  derived_from: tosca.datatypes.Root
+  properties:
+    name:
+      type: string
+      required: true
+    version:
+      type: string
+      required: true