{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "GetLocalAreaRequest",
	"type": "object",
	"description": "API Path: /dpalgo/api/v1/getlocalarea, the Get Local Area Request object ",
	"properties": {
		"request_id": {
			"type": "string"
		}
	},
	"required": [
		"request_id"
	]
}