{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "PredictiveDestinationDetails",
	"description": "Predictive Destionation Details for User",
	"type": "object",
	"properties": {
		"predicted_destinations": {
			"type": "array",
			"description": "List of Predicted Destinations for User",
			"items": {
				"$ref": "/resources/schema/dpalgo/v3/PredictiveDestination.json"
			}
		}
	},
	"required": [
		"predicted_destinations"
	]
}