Modified vf-module-name
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnfc-model-version.json
1 {
2         "tags": "vnfc-model-version",
3         "name": "vnfc-model-version",
4         "property": {
5                 "description": "vnfc-model-version",
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                                 
21                                 "type": "SQL",
22                                 "query": "select VFC_MODEL.version as vnfc_model_version from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
23                                 "input-key-mapping": {
24                                         "vfccustomizationuuid": "vfccustomizationuuid"
25                                 },
26                                 "output-key-mapping": {
27                                         "vnfc-model-version": "vnfc_model_version"
28                                 },
29                                 "key-dependencies": [
30                                         "vfccustomizationuuid"
31                                 ]
32                         }
33                 }
34         }
35 }