Stytch · Schema

pwa_event_log_streaming_v3_DatadogConfig

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
api_key string
site object
View JSON Schema on GitHub

JSON Schema

stytch-pwa-event-log-streaming-v3-datadogconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pwa_event_log_streaming_v3_DatadogConfig",
  "title": "pwa_event_log_streaming_v3_DatadogConfig",
  "type": "object",
  "properties": {
    "api_key": {
      "type": "string"
    },
    "site": {
      "$ref": "#/components/schemas/pwa_event_log_streaming_v3_DatadogSite"
    }
  },
  "required": [
    "api_key"
  ]
}