summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/input/resource-assignments-simple.json
blob: e3b2bcc06b82408d91028de96d98d49a490fc75f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[
	{
		"name": "country",
		"input-param": true,
		"property": {
			"type": "string",
			"default": "US"
		},
		"dictionary-source": "input",
		"dependencies": []
	},
	{
		"name": "port",
		"input-param": true,
		"property": {
			"type": "integer",
			"default": 830
		},
		"dictionary-source": "input",
		"dependencies": []
	},
	{
		"name": "voip-enabled",
		"input-param": true,
		"property": {
			"type": "boolean",
			"default": true
		},
		"dictionary-source": "input",
		"dependencies": []
	}
]