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