Merge "Add message consumer dynamic functions."
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-type.json
old mode 100755 (executable)
new mode 100644 (file)
index f970682..06f3610
@@ -1,35 +1,35 @@
-{\r
-  "tags": "vf-module-type",\r
-  "name": "vf-module-type",\r
-  "property": {\r
-    "description": "vf-module-type",\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 vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",\r
-        "input-key-mapping": {\r
-          "customizationid": "vf-module-model-customization-uuid"\r
-        },\r
-        "output-key-mapping": {\r
-          "vf-module-type": "vf_module_type"\r
-        },\r
-        "key-dependencies": [\r
-          "vf-module-model-customization-uuid"\r
-        ]\r
-      }\r
-    }\r
-  }\r
+{
+       "tags": "vf-module-type",
+       "name": "vf-module-type",
+       "property": {
+               "description": "vf-module-type",
+               "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 vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
+                               "output-key-mapping": {
+                                       "vf-module-type": "vf_module_type"
+                               },
+                               
+                               "input-key-mapping": {
+                                       "customizationid": "vf-module-model-customization-uuid"
+                               },
+                               "key-dependencies": [
+                                       "vf-module-model-customization-uuid"
+                               ]
+                       }
+               }
+       }
 }
\ No newline at end of file