{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_event_log_streaming_v3_CreateRequest", "title": "pwa_event_log_streaming_v3_CreateRequest", "type": "object", "properties": { "destination_type": { "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DestinationType" }, "destination_config": { "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DestinationConfig" } }, "description": "Request type" }