aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/capability_python/Definitions/baseconfig-mapping.json
blob: de6c241162820dcd97d932ad8417862dfbb9502f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
  {
    "name": "service-instance-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "service-instance-id",
    "dictionary-source": "capability",
    "dependencies": [
    ]
  },
  {
    "name": "vnf-id",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "vnf-id",
    "dictionary-source": "input",
    "dependencies": []
  }
]