{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ShowAllPermanentBlacklistDestinationResponse",
	"type": "object",
	"description": "Response of the Show All Permanent Blacklist Destination Request ",
	"properties": {
		"status": {
			"$ref": "/resources/schema/services/v2/ServiceStatus.json",
			"description": "Response for the Prediction Class Request"
		},
		"metadata": {
			"$ref": "/resources/schema/dpalgo/v3/GenericPDResponseMetadata.json",
			"description": "Metadata associated with Response"
		},
		"results": {
			"$ref": "/resources/schema/dpalgo/v3/BlacklistedDestinationDetails.json",
			"description": "List of Prediction Classes"
		}
	},
	"required": [
		"status"
	]
}