{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-structure/guardduty-update-publishing-destination-request-structure.json",
"name": "UpdatePublishingDestinationRequest",
"description": "UpdatePublishingDestinationRequest schema from Amazon GuardDuty API",
"type": "object",
"properties": {
"DestinationProperties": {
"allOf": [
{
"$ref": "#/components/schemas/DestinationProperties"
},
{
"xml": {
"name": "destinationProperties"
},
"description": "A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination."
}
]
}
}
}