Stytch · Schema

pwa_event_log_streaming_v3_DestinationConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
datadog object
grafana_loki object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-event-log-streaming-v3-destinationconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_DestinationConfig",
  "title": "pwa_event_log_streaming_v3_DestinationConfig",
  "type": "object",
  "properties": {
    "datadog": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DatadogConfig"
    },
    "grafana_loki": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_GrafanaLokiConfig"
    }
  }
}