147425c33f1a916b0b509b7a29b53e680d300e27
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-type.json
1 {
2   "name" : "vf-module-type",
3   "tags" : "vf-module-type",
4   "updated-by" : "Singal, Kapil <ks220y@att.com>",
5   "property" : {
6     "description" : "vf-module-type",
7     "type" : "string"
8   },
9   "sources" : {
10     "db" : {
11       "type" : "source-db",
12       "properties" : {
13         "type" : "SQL",
14         "query" : "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
15         "input-key-mapping" : {
16           "customizationid" : "vf-module-model-customization-uuid"
17         },
18         "output-key-mapping" : {
19           "vf-module-type" : "vf_module_type"
20         },
21         "key-dependencies" : [ "vf-module-model-customization-uuid" ]
22       }
23     }
24   }
25 }