123680c0c12190b24fbae8c3c8016f87ad862904
[ccsdk/cds.git] /
1 <!-- QUESTION:
2      when using dictionary-source as capability, what else needs to be defined?
3      because these variables will be obtained based on the pnf_id -->
4 [
5   {
6     "name": "pnf_id",
7     "input-param": true,
8     "property": {
9       "type": "string"
10     },
11     "dictionary-name": "pnf_id",
12     "dictionary-source": "capability",
13     "dependencies": [
14     ]
15   },
16   {
17     "name": "pnf_ip",
18     "input-param": true,
19     "property": {
20       "type": "string"
21     },
22     "dictionary-name": "pnf_ip",
23     "dictionary-source": "capability",
24     "dependencies": [
25     ]
26   },
27   {
28     "name": "pnf_ip_port",
29     "input-param": true,
30     "property": {
31       "type": "string"
32     },
33     "dictionary-name": "pnf_ip_port",
34     "dictionary-source": "capability",
35     "dependencies": [
36     ]
37   }
38 ]