CDS max-occurrence feature
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / baseconfiguration / Definitions / maxoccurrence-mapping.json
1 [
2   {
3     "name": "firmware-version",
4     "input-param": true,
5     "property": {
6       "type": "string"
7     },
8     "dictionary-name": "input-source",
9     "dictionary-source": "input",
10     "dependencies": []
11   },
12   {
13     "name": "ip-address",
14     "input-param": true,
15     "property": {
16       "type": "string"
17     },
18     "max-occurrence": 1,
19     "dictionary-name": "input-source",
20     "dictionary-source": "input",
21     "dependencies": []
22   }
23 ]