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 147425c..06f3610
@@ -1,25 +1,35 @@
 {
-  "name" : "vf-module-type",
-  "tags" : "vf-module-type",
-  "updated-by" : "Singal, Kapil <ks220y@att.com>",
-  "property" : {
-    "description" : "vf-module-type",
-    "type" : "string"
-  },
-  "sources" : {
-    "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",
-        "input-key-mapping" : {
-          "customizationid" : "vf-module-model-customization-uuid"
-        },
-        "output-key-mapping" : {
-          "vf-module-type" : "vf_module_type"
-        },
-        "key-dependencies" : [ "vf-module-model-customization-uuid" ]
-      }
-    }
-  }
+       "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