9b155c23db33cbbd6a37e1a7a46aa62a519da7c0
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / another-mapping.json
1 [
2   {
3     "name": "service-instance-id",
4     "input-param": true,
5     "property": {
6       "type": "string"
7     },
8     "dictionary-name": "service-instance-id",
9     "dictionary-source": "input",
10     "dependencies": [
11     ]
12   },
13   {
14     "name": "vnf-id",
15     "input-param": true,
16     "property": {
17       "type": "string"
18     },
19     "dictionary-name": "vnf-id",
20     "dictionary-source": "input",
21     "dependencies": []
22   },
23   {
24     "name": "vnf_name",
25     "input-param": false,
26     "property": {
27       "type": "string"
28     },
29     "dictionary-name": "vnf_name",
30     "dictionary-source": "config-data",
31     "dependencies": [
32       "service-instance-id",
33       "vnf-id"
34     ]
35   }
36 ]