{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ShowAllLabelsResponse",
	"type": "object",
	"description": "Response of the Show All Labels 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/ShowAllLabelDetails.json",
			"description": "List of Labelled Destinations"
		}
	},
	"required": [
		"status"
	]
}