add group notation to resource dictionary
[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         "group":"default",
5         "property": {
6                 "description": "vf-module-type",
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 vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid",
23                                 "output-key-mapping": {
24                                         "vf-module-type": "vf_module_type"
25                                 },
26                                 
27                                 "input-key-mapping": {
28                                         "customizationid": "vf-module-model-customization-uuid"
29                                 },
30                                 "key-dependencies": [
31                                         "vf-module-model-customization-uuid"
32                                 ]
33                         }
34                 }
35         }
36 }