{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "KeyDestinationResponse",
	"description": "Key Destionation Response for User",
	"type": "object",
	"properties": {
		"status": {
			"$ref": "/resources/schema/services/v2/ServiceStatus.json",
			"description": "Response for the Calculate Key Destination Request"
		},
		"metadata": {
			"$ref": "/resources/schema/dpalgo/v2/KeyResponseMetadata.json",
			"description": "Metadata associated with Response"
		},
		"results": {
			"$ref": "/resources/schema/dpalgo/v2/KeyDestinationDetails.json",
			"description": "Key Destination Details"
		}
	},
	"required": [
		"status"
	]
}