{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "AreaResult",
	"type" : "object",
	"additionalProperties" : true,
	"description" : "Version v1 - This Object represents the AreaResult information.",
	"properties" : {
		"area_type" : {
			"type" : "string",
			"description" : "Possible Value for Area Type"
		},
		"bounding_box" : {
			"$ref" : "/resources/schema/adm/v1/BoundingBox.json",
			"description" : "Bounding box"
		}	
		
	},

	"required" : 
	[
		"bounding_box"
	]
}