{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "DestinationIdResponse",
	"type": "object",
	"description": "Response of the Get Destination Id Request ",
	"properties": {
		"status": {
			"$ref": "/resources/schema/services/v2/ServiceStatus.json",
			"description": "Response for the Prediction Class Request"
		},
		"metadata": {
			"$ref": "/resources/schema/dpalgo/v2/DestinationIdResponseMetadata.json",
			"description": "Metadata associated with Response"
		},
		"results": {
			"$ref": "/resources/schema/dpalgo/v2/DestinationIdDetails.json",
			"description": "Destination ID Details"
		}
	},
	"required": [
		"status"
	]
}