Auth0 · Schema

EventStreamCloudEventA0PurposeEnum

The purpose of this event. This field will typically appear only in special cases such as sending a test event. For normal events, this field will be omitted.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventa0purposeenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventA0PurposeEnum",
  "title": "EventStreamCloudEventA0PurposeEnum",
  "type": "string",
  "description": "The purpose of this event. This field will typically appear only in special cases\nsuch as sending a test event. For normal events, this field will be omitted.",
  "enum": [
    "test"
  ]
}