Merge "add group notation to resource dictionary"
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / golden-vf-module-type.json
1 {
2   "tags" : "golden-vf-module-type",
3   "name" : "golden-vf-module-type",
4   "group":"default",
5   "property" : {
6     "description" : "golden-vf-module-type",
7     "type" : "string"
8   },
9   "updated-by" : "adetalhouet",
10   "sources" : {
11     "processor-db" : {
12       "type" : "source-db",
13       "properties" : {
14         "type" : "SQL",
15         "query" : "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid",
16         "input-key-mapping" : {
17           "vfmoduleid" : "vf-module-number"
18         },
19         "output-key-mapping" : {
20           "golden-vf-module-type" : "value"
21         },
22         "key-dependencies" : [ "vf-module-number" ]
23       }
24     }
25   }
26 }