{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "AreaType",
	"description": "Possible Options for Area Type",
	"enum": [
		"BOUNDINGBOX"
	]
}