Merge "Add Message Header support for tracing."
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnfc-model-version.json
old mode 100755 (executable)
new mode 100644 (file)
index 1f85487..cc9eb62
@@ -1,35 +1,35 @@
-{\r
-  "tags": "vnfc-model-version",\r
-  "name": "vnfc-model-version",\r
-  "property": {\r
-    "description": "vnfc-model-version",\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-db",\r
-      "properties": {\r
-        "endpoint-selector": "dynamic-db-source",\r
-        "type": "SQL",\r
-        "query": "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",\r
-        "input-key-mapping": {\r
-          "vfccustomizationuuid": "vfccustomizationuuid"\r
-        },\r
-        "output-key-mapping": {\r
-          "vnfc-model-version": "vnfc_model_version"\r
-        },\r
-        "key-dependencies": [\r
-          "vfccustomizationuuid"\r
-        ]\r
-      }\r
-    }\r
-  }\r
-}\r
+{
+       "tags": "vnfc-model-version",
+       "name": "vnfc-model-version",
+       "property": {
+               "description": "vnfc-model-version",
+               "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 VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
+                               "input-key-mapping": {
+                                       "vfccustomizationuuid": "vfccustomizationuuid"
+                               },
+                               "output-key-mapping": {
+                                       "vnfc-model-version": "vnfc_model_version"
+                               },
+                               "key-dependencies": [
+                                       "vfccustomizationuuid"
+                               ]
+                       }
+               }
+       }
+}
\ No newline at end of file