{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "RetrieveAreaRequest",
	"type": "object",
	"description": "Version v1 - API Path: /adm/v1/area/retrieve, the Retrieve Area Request object ",
	"properties": {
		"device_id" : {
			"type" : "string",
			"description" : "unique ID that defines a device in system"
		}
	},
	"required": [
		"device_id"
	]
}