{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamWebhookDestination", "title": "EventStreamWebhookDestination", "type": "object", "additionalProperties": false, "required": [ "type", "configuration" ], "properties": { "type": { "$ref": "#/components/schemas/EventStreamWebhookDestinationTypeEnum" }, "configuration": { "$ref": "#/components/schemas/EventStreamWebhookConfiguration" } } }