summaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/assignment-provider/src/test/resources/mapping/input/input-simple.json
blob: 7b663f36a8d3034b004e17bf0bb7b1528116c456 (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
25
26
27
28
29
30
31
32
33
34
35
{
	"country": {
		"name": "country",
		"property": {
			"type": "string"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"port": {
		"name": "port",
		"property": {
			"type": "integer"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	},
	"voip-enabled": {
		"name": "voip-enabled",
		"property": {
			"type": "boolean"
		},
		"sources": {
			"default": {
				"type": "source-input"
			}
		}
	}
}