{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ShowAllLabelDetails",
	"description": "Show All Labels Details for User",
	"type": "object",
	"properties": {
		"labelled_destination_list": {
			"type": "array",
			"description": "List of Labelled Destinations for User",
			"items": {
				"$ref": "/resources/schema/dpalgo/v3/LabelledDestination.json"
			}
		}
	},
	"required": [
		"labelled_destination_list"
	]
}