Auth0 · Schema

EventStreamCloudEventOrgCreatedObjectBranding

The branding associated with the organization.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
logo_url string URL of logo to display on login page.
colors object
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventorgcreatedobjectbranding-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventOrgCreatedObjectBranding",
  "title": "EventStreamCloudEventOrgCreatedObjectBranding",
  "type": "object",
  "description": "The branding associated with the organization.",
  "additionalProperties": false,
  "properties": {
    "logo_url": {
      "type": "string",
      "description": "URL of logo to display on login page.",
      "format": "uri"
    },
    "colors": {
      "$ref": "#/components/schemas/EventStreamCloudEventOrgCreatedObjectBrandingColors"
    }
  }
}