Stytch · Schema

pwa_event_log_streaming_v3_DestinationConfigMasked

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-destinationconfigmasked-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_DestinationConfigMasked",
  "title": "pwa_event_log_streaming_v3_DestinationConfigMasked",
  "type": "object",
  "properties": {
    "datadog": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DatadogConfigMasked"
    },
    "grafana_loki": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_GrafanaLokiConfigMasked"
    }
  }
}