summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/db/resource-assignments-array.json
blob: c82f9addc9ee0f7c9d2ec59727f61136bcf55cf0 (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": "db",
		"dependencies": []
	}
]