Stytch · Schema

pwa_event_log_streaming_v3_EventLogStreamingMasked

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
destination_type object
destination_config object
streaming_status object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-event-log-streaming-v3-eventlogstreamingmasked-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_EventLogStreamingMasked",
  "title": "pwa_event_log_streaming_v3_EventLogStreamingMasked",
  "type": "object",
  "properties": {
    "destination_type": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DestinationType"
    },
    "destination_config": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DestinationConfigMasked"
    },
    "streaming_status": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_StreamingStatus"
    }
  }
}