Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnf-id.json
old mode 100755 (executable)
new mode 100644 (file)
index 8dab9f9..e8c451b
@@ -1,37 +1,19 @@
-  {\r
-      "tags": "vnf-id",\r
-      "name": "vnf-id",\r
-      "property": {\r
-        "description": "vnf-id",\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
-        "sdnc": {\r
-          "type": "source-rest",\r
-          "properties": {\r
-            "type": "JSON",\r
-            "url-path": "config/GENERIC-RESOURCE-API:services/service/$service-instance-id/service-data/vnfs/vnf/$vnf-id/vnf-data/vnf-topology/vnf-parameters-data/param/vnf-id",\r
-            "path": "/param/0/value",\r
-            "input-key-mapping": {\r
-              "service-instance-id": "service-instance-id",\r
-              "vnf-id": "vnf-id"\r
-            },\r
-            "output-key-mapping": {\r
-              "vnf-id": "value"\r
-            },\r
-            "key-dependencies": [\r
-              "service-instance-id",\r
-              "vnf-id"\r
-            ]\r
-          }\r
-        }\r
-      }\r
-    }\r
+{
+    "tags": "vnf-id",
+    "name": "vnf-id",
+    "group":"default",
+    "property": {
+        "description": "vnf-id",
+        "type": "string"
+    },
+    "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+    "sources": {
+      "input": {
+        "type": "source-input"
+      },
+      "default": {
+        "type": "source-default",
+        "properties": {}
+      }
+    }
+}