aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/functions/resource-resolution/src/test/resources/mapping/primary-db/dt-location.json
blob: 52e0a79673ff92e837e1f0e330ae4c29db0c6fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"version": "1.0.0",
	"description": "test Data Type",
	"properties": {
		"country": {
			"required": true,
			"type": "string"
		},
		"state": {
			"required": false,
			"type": "string"
		}
	},
	"derived_from": "tosca.datatypes.Root"
}