{ "name" : "vf-module-type", "tags" : "vf-module-type", "updated-by" : "Singal, Kapil ", "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" ] } } } }