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