aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/req-input-mapping.json
blob: 77326e801fbed2758de4158df22e7bd1dcae114f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
  {
    "name": "vnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": []
  },
  {
    "name": "service-instance-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "service-instance-id",
    "dictionary-source": "input",
    "dependencies": []
  }
]