{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Destination", "title": "Destination", "type": "object", "properties": { "deliveryConfig": { "description": "The configuration associated with this destination.", "$ref": "#/components/schemas/DeliveryConfig" }, "destinationId": { "type": "string", "description": "The unique identifier for the destination." }, "name": { "type": "string", "description": "The name associated with this destination." }, "status": { "type": "string", "description": "The status for this destination.

Note: The MARKED_DOWN value is set by eBay systems and cannot be used in a create or update call by applications.

Valid values: For implementation help, refer to eBay API documentation" } }, "description": "A type that contains information about the destination." }