Auth0 · Schema

EventStreamDeliveryStatusEnum

Delivery status

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamdeliverystatusenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamDeliveryStatusEnum",
  "title": "EventStreamDeliveryStatusEnum",
  "type": "string",
  "description": "Delivery status",
  "maxLength": 6,
  "enum": [
    "failed"
  ]
}