{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "ChangeDestinationDetailsResponse",
	"description": "Change Destination Details Response for User",
	"type": "object",
	"properties": {
		"status": {
			"$ref": "/resources/schema/services/v2/ServiceStatus.json",
			"description": "Response for the Preferred Address Request"
		},
		"metadata": {
			"$ref": "/resources/schema/dpalgo/v3/GenericPDResponseMetadata.json",
			"description": "Metadata associated with Response"
		}
	},
	"required": [
		"status"
	]
}