{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "LocalAreaDetails",
	"type": "object",
	"properties": {
		"area_type": {
			"$ref": "/resources/schema/dpalgo/v1/AreaType.json",
			"description": "Possible Value for Area Type"
		},
		"area_details": {
			"$ref": "/resources/schema/dpalgo/v1/AreaDetails.json",
			"description": "Details for the Bounding Box area type"
		}
	},
	"required": [
		"area_type",
		"area_details"
	]
}