major update for simplest and working example
[doc.git] / docs / guides / onap-user / design / parameter_resolution / ubuntu_example / cba-before-enrichment / Templates / ubuntuCDS-mapping.json
1 [
2   {
3     "name": "service-instance-id",
4     "property": {
5       "description": "",
6       "required": false,
7       "type": "string",
8       "status": "",
9       "constraints": [
10         {}
11       ],
12       "entry_schema": {
13         "type": ""
14       },
15       "default": ""
16     },
17     "input-param": false,
18     "dictionary-name": "service-instance-id",
19     "dictionary-source": "input",
20     "dependencies": [],
21     "version": 0
22   },
23   {
24     "name": "vnf-id",
25     "property": {
26       "description": "",
27       "required": false,
28       "type": "string",
29       "status": "",
30       "constraints": [
31         {}
32       ],
33       "entry_schema": {
34         "type": ""
35       },
36       "default": ""
37     },
38     "input-param": false,
39     "dictionary-name": "vnf-id",
40     "dictionary-source": "input",
41     "dependencies": [],
42     "version": 0
43   },
44   {
45     "name": "vnf_name",
46     "property": {
47       "description": "",
48       "required": false,
49       "type": "string",
50       "status": "",
51       "constraints": [
52         {}
53       ],
54       "entry_schema": {
55         "type": ""
56       },
57       "default": "ubuntuCDS-VNF-name"
58     },
59     "input-param": false,
60     "dictionary-name": "vnf_name",
61     "dictionary-source": "input",
62     "dependencies": [],
63     "version": 0
64   }
65 ]