{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "LocalAreaRequestDetails",
	"type": "object",
	"properties": {
		"check_after_msecs": {
			"type": "integer"
		},
		"expiry_utc_timestamp": {
			"type": "integer"
		},
		"request_id": {
			"type": "string"
		}
	},
	"required": [
		"request_id"
	]
}