{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "KeyDestinationDetails",
	"description": "Key Destionation Details for User",
	"type": "object",
	"properties": {
		"key_destinations": {
			"type": "array",
			"description": "List of Key Destinations for User",
			"items": {
				"$ref": "/resources/schema/dpalgo/v2/KeyDestination.json"
			}
		}
	},
	"required": [
		"key_destinations"
	]
}