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