{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-update-publishing-destination-request-schema.json", "title": "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." } ] } } }