{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "BlacklistedDestination",
	"description": "Blacklisted Destination for a user",
	"type": "object",
	"properties": {
		"destination_id": {
			"type": "string",
			"description": "Destination ID to support label renaming. Always same for a destination"
		},		
		"destination_detail": {
			"$ref": "/resources/schema/dpalgo/v3/DestinationDetail.json",
			"description": "Entity Service Mapping for the Destination"
		}
	},
	"required": [
		"destination_id",
		"destination_detail"
	]
}