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