{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "AreaDetails",
	"type": "object",
	"properties": {
		"bounding_box_details": {
			"$ref": "/resources/schema/dpalgo/v1/BoundingBoxDetails.json",
			"description": "Bounding Box Details"
		}
	},
	"required": []
}