Data dictionary fixes and improvements from vFW CNF demo
[ccsdk/cds.git] / components / model-catalog / resource-dictionary / starter-dictionary / vnfc-model-invariant-uuid.json
1 {
2     "tags": "vnfc-model-invariant-uuid",
3     "name": "vnfc-model-invariant-uuid",
4     "group":"default",
5     "property": {
6         "description": "vnfc-model-invariant-uuid",
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 VFC_MODEL.invariant_uuid as vfc_invariant_uuid from VFC_MODEL where customization_uuid=:vfccustomizationuuid",
23                 "output-key-mapping": {
24                     "vnfc-model-invariant-uuid": "vfc_invariant_uuid"
25                 },
26                 "input-key-mapping": {
27                     "vfccustomizationuuid": "vfccustomizationuuid"
28                 },
29                 "key-dependencies": [
30                     "vfccustomizationuuid"
31                 ]
32             }
33         }
34     }
35 }