Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vf-module-type.json
1 {
2         "tags": "vf-module-type",
3         "name": "vf-module-type",
4         "property": {
5                 "description": "vf-module-type",
6                 "type": "string"
7         },
8         "updated-by": "MALAKOV, YURIY <yuriy.malakov@att.com>",
9         "sources": {
10                 "input": {
11                         "type": "source-input"
12                 },
13                 "default": {
14                         "type": "source-default",
15                         "properties": {}
16                 },
17                 "processor-db": {
18                         "type": "source-db",
19                         "properties": {
20                                 "type": "SQL",
21                                 "query": "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
22                                 "output-key-mapping": {
23                                         "vf-module-type": "vf_module_type"
24                                 },
25                                 
26                                 "input-key-mapping": {
27                                         "customizationid": "vf-module-model-customization-uuid"
28                                 },
29                                 "key-dependencies": [
30                                         "vf-module-model-customization-uuid"
31                                 ]
32                         }
33                 }
34         }
35 }