Auth0 · Schema

EventStreamSubscription

Event types

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
event_type string
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamsubscription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamSubscription",
  "title": "EventStreamSubscription",
  "type": "object",
  "description": "Event types",
  "additionalProperties": false,
  "properties": {
    "event_type": {
      "type": "string"
    }
  }
}