summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/input/input-complex.json
blob: 7eabe440a0751d137f793c6c61a3cef8f4f98ed4 (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
{
	"location": {
		"name": "location",
		"property": {
			"type": "dt-location"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"profile_name": {
		"name": "profile_name",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	}
}