{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "DestinationIdRequest",
	"type": "object",
	"description": "API Path: /dpalgo/v3/getDestinationId, the Get Destination Id object ",
	"properties": {
		"user_id": {
			"type": "string",
			"description": "User ID of user. Same as reg_vid in log_context"
		},
		"address": {
			"type": "string",
			"description": "Address of the Destination"
		},
		"location": {
			"$ref": "/resources/schema/common/v1/LatLon.json",
			"description": "Current Lat Lon Location of User"
		}
	},
	"required": [
		"user_id",
		"address",
		"location"
	]
}