Response type
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pwa_event_log_streaming_v3_GetResponse", "title": "pwa_event_log_streaming_v3_GetResponse", "type": "object", "properties": { "request_id": { "type": "string" }, "event_log_streaming_config": { "$ref": "#/components/schemas/pwa_event_log_streaming_v3_EventLogStreamingMasked" }, "status_code": { "type": "integer", "format": "int32" } }, "description": "Response type", "required": [ "request_id", "event_log_streaming_config", "status_code" ] }