Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnfc-model-invariant-uuid.json
old mode 100755 (executable)
new mode 100644 (file)
index 2150b50..01acf18
@@ -1,35 +1,35 @@
 {
-  "tags": "vnfc-model-invariant-uuid",
-  "name": "vnfc-model-invariant-uuid",
-  "property": {
-    "description": "vnfc-model-invariant-uuid",
-    "type": "string"
-  },
-  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
-  "sources": {
-    "input": {
-      "type": "source-input"
+    "tags": "vnfc-model-invariant-uuid",
+    "name": "vnfc-model-invariant-uuid",
+    "group":"default",
+    "property": {
+        "description": "vnfc-model-invariant-uuid",
+        "type": "string"
     },
-    "default": {
-      "type": "source-default",
-      "properties": {}
-    },
-    "processor-db": {
-      "type": "source-db",
-      "properties": {
-        "endpoint-selector": "dynamic-db-source",
-        "type": "SQL",
-        "query": "select VFC_MODEL.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
-        "input-key-mapping": {
-          "vfccustomizationuuid": "vfccustomizationuuid"
+    "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+    "sources": {
+        "input": {
+            "type": "source-input"
         },
-        "output-key-mapping": {
-          "vnfc-model-invariant-uuid": "vfc_invariant_uuid"
+        "default": {
+            "type": "source-default",
+            "properties": {}
         },
-        "key-dependencies": [
-          "vfccustomizationuuid"
-        ]
-      }
+        "processor-db": {
+            "type": "source-db",
+            "properties": {
+                "type": "SQL",
+                "query": "select VFC_MODEL.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
+                "output-key-mapping": {
+                    "vnfc-model-invariant-uuid": "vfc_invariant_uuid"
+                },
+                "input-key-mapping": {
+                    "vfccustomizationuuid": "vfccustomizationuuid"
+                },
+                "key-dependencies": [
+                    "vfccustomizationuuid"
+                ]
+            }
+        }
     }
-  }
 }