{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "DestinationIdDetails",
	"description": "Destination Id Details Details for User",
	"type": "object",
	"properties": {
		"destination_id": {
			"type": "string",
			"description": "Destination Id for the address"
		}
	},
	"required": [
		"destination_id"
	]
}