aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/Mdsal/resource-assignments-simple.json
blob: 6385e6a8b1748dd6570da5eb6adccdf5a44b9fdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"name": "country",
		"input-param": true,
		"property": {
			"type": "string"
		},
		"dictionary-name": "country",
		"dictionary-source": "mdsal",
		"dependencies": []
	}
]