summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/baseconfiguration/Definitions/maxoccurrence-mapping.json
blob: 7294885204da70699f312b05dcadbfd0dbd1cd08 (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": "firmware-version",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "input-source",
    "dictionary-source": "input",
    "dependencies": []
  },
  {
    "name": "ip-address",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "max-occurrence": 1,
    "dictionary-name": "input-source",
    "dictionary-source": "input",
    "dependencies": []
  }
]