Stytch · Schema

pwa_event_log_streaming_v3_DatadogConfigMasked

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

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

JSON Schema

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