Data Dictionary has erroneous resolution source for vnf-name.
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnf-name.json
index 49378f0..7d65119 100755 (executable)
@@ -1,55 +1,55 @@
-{\r
-  "tags": "vnf-name",\r
-  "name": "vnf-name",\r
-  "property": {\r
-    "description": "vnf-name",\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-name/vnf-data/vnf-topology/vnf-parameters-data/param/vnf-name",\r
-        "path": "/param/0/value",\r
-        "input-key-mapping": {\r
-          "service-instance-id": "service-instance-id",\r
-          "vnf-name": "vnf-name"\r
-        },\r
-        "output-key-mapping": {\r
-          "vnf-name": "value"\r
-        },\r
-        "key-dependencies": [\r
-          "service-instance-id",\r
-          "vnf-name"\r
-        ]\r
-      }\r
-    },\r
-    "aai-data": {\r
-      "type": "source-rest",\r
-      "properties": {\r
-        "type": "JSON",\r
-        "verb": "GET",\r
-        "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",\r
-        "path": "",\r
-        "input-key-mapping": {\r
-          "vnf-id": "vnf-id"\r
-        },\r
-        "output-key-mapping": {\r
-          "vnf-name": "vnf-name"\r
-        },\r
-        "key-dependencies": [\r
-          "vnf-id"\r
-        ]\r
-      }\r
-    }\r
-  }\r
-}\r
+{
+  "tags": "vnf-name",
+  "name": "vnf-name",
+  "property": {
+    "description": "vnf-name",
+    "type": "string"
+  },
+  "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
+  "sources": {
+    "input": {
+      "type": "source-input"
+    },
+    "default": {
+      "type": "source-default",
+      "properties": {}
+    },
+    "sdnc": {
+      "type": "source-rest",
+      "properties": {
+        "type": "JSON",
+        "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-name",
+        "path": "/param/0/value",
+        "input-key-mapping": {
+          "service-instance-id": "service-instance-id",
+          "vnf-id": "vnf-id"
+        },
+        "output-key-mapping": {
+          "vnf-name": "value"
+        },
+        "key-dependencies": [
+          "service-instance-id",
+          "vnf-id"
+        ]
+      }
+    },
+    "aai-data": {
+      "type": "source-rest",
+      "properties": {
+        "type": "JSON",
+        "verb": "GET",
+        "url-path": "/aai/v14/network/generic-vnfs/generic-vnf/$vnf-id",
+        "path": "",
+        "input-key-mapping": {
+          "vnf-id": "vnf-id"
+        },
+        "output-key-mapping": {
+          "vnf-name": "vnf-name"
+        },
+        "key-dependencies": [
+          "vnf-id"
+        ]
+      }
+    }
+  }
+}