Stytch · Schema

pwa_event_log_streaming_v3_CreateRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

stytch-pwa-event-log-streaming-v3-createrequest-schema.json Raw ↑
{
  "$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"
}