aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/Mdsal/resource-assignments-array.json
blob: 2b5865326e2322f28ba63260502cb0ddf4e69abf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[
	{
		"name": "locations",
		"input-param": true,
		"property": {
			"type": "list",
			"entry_schema": {
				"type": "dt-location"
			}
		},
		"dictionary-name": "locations",
		"dictionary-source": "mdsal",
		"dependencies": []
	}
]