Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vfccustomizationuuid.json
old mode 100755 (executable)
new mode 100644 (file)
index 1f8c1d2..3ae9e7a
@@ -1,35 +1,35 @@
-{\r
-  "tags": "vfccustomizationuuid",\r
-  "name": "vfccustomizationuuid",\r
-  "property": {\r
-    "description": "vfccustomizationuuid",\r
-    "type": "string"\r
-  },\r
-  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",\r
-  "sources": {\r
-    "input": {\r
-      "type": "source-input"\r
-    },\r
-    "default": {\r
-      "type": "source-default",\r
-      "properties": {}\r
-    },\r
-    "processor-db": {\r
-      "type": "source-processor-db",\r
-      "properties": {\r
-        "endpoint-selector": "dynamic-db-source",\r
-        "type": "SQL",\r
-        "query": "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid",\r
-        "input-key-mapping": {\r
-          "vfmodulecustomizationuuid": "vf-module-model-customization-uuid"\r
-        },\r
-        "output-key-mapping": {\r
-          "vfccustomizationuuid": "vnf_customid"\r
-        },\r
-        "key-dependencies": [\r
-          "vf-module-model-customization-uuid"\r
-        ]\r
-      }\r
-    }\r
-  }\r
-}
\ No newline at end of file
+{
+    "tags": "vfccustomizationuuid",
+    "name": "vfccustomizationuuid",
+    "group":"default",
+    "property": {
+        "description": "vfccustomizationuuid",
+        "type": "string"
+    },
+    "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+    "sources": {
+        "input": {
+            "type": "source-input"
+        },
+        "default": {
+            "type": "source-default",
+            "properties": {}
+        },
+        "processor-db": {
+            "type": "source-db",
+            "properties": {
+                "type": "SQL",
+                "query": "select sdnctl.VF_MODULE_TO_VFC_MAPPING.vfc_customization_uuid as vnf_customid from sdnctl.VF_MODULE_TO_VFC_MAPPING where vm_count = 1 and sdnctl.VF_MODULE_TO_VFC_MAPPING.vf_module_customization_uuid=:vfmodulecustomizationuuid",
+                "input-key-mapping": {
+                    "vfmodulecustomizationuuid": "vf-module-model-customization-uuid"
+                },
+                "output-key-mapping": {
+                    "vfccustomizationuuid": "vnf_customid"
+                },
+                "key-dependencies": [
+                    "vf-module-model-customization-uuid"
+                ]
+            }
+        }
+    }
+}