{
	"$schema" : "http://json-schema.org/draft-04/schema#",
	"title" : "Area",
	"type" : "object",
	"additionalProperties" : true,
	"description" : "Represents Area being managed.",
	"properties" : {
		"bounding_box" : {
			"$ref" : "/resources/schema/adm/v1/BoundingBox.json",
			"description" : "Bounding box"
		}	
		
	},

	"required" : 
	[
		"bounding_box"
	]
}