Auth0 · Schema

ConnectionIconUrl

https url of the icon to be shown

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectioniconurl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionIconUrl",
  "title": "ConnectionIconUrl",
  "description": "https url of the icon to be shown",
  "type": "string",
  "format": "uri",
  "pattern": "^https:\\/\\/.*",
  "minLength": 8,
  "maxLength": 255
}