{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "BlacklistedDestinationDetails",
	"description": "Blacklisted Destination Details for User",
	"type": "object",
	"properties": {
		"blacklisted_destinations": {
			"type": "array",
			"description": "List of Blacklisted Destinations for User",
			"items": {
				"$ref": "/resources/schema/dpalgo/v3/BlacklistedDestination.json"
			}
		}
	},
	"required": [
		"blacklisted_destinations"
	]
}