{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamDestinationPatch", "title": "EventStreamDestinationPatch", "oneOf": [ { "$ref": "#/components/schemas/EventStreamWebhookDestination" }, { "$ref": "#/components/schemas/EventStreamActionDestination" } ] }