{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DestinationRequest",
"title": "DestinationRequest",
"type": "object",
"properties": {
"deliveryConfig": {
"description": "This container is used to specify the destination endpoint and verification token associated with this endpoint.",
"$ref": "#/components/schemas/DeliveryConfig"
},
"name": {
"type": "string",
"description": "The seller-specified name for the destination endpoint."
},
"status": {
"type": "string",
"description": "This field sets the status for the destination endpoint as ENABLED or DISABLED.
Note: The MARKED_DOWN value is set by eBay systems and cannot be used in a create or update call by applications. For implementation help, refer to eBay API documentation"
}
},
"description": "A type that contains information about the destination request."
}