{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionIconUrlGoogleApps", "title": "ConnectionIconUrlGoogleApps", "description": "URL for the connection icon displayed in Auth0 login pages. Accepts HTTPS URLs. Used for visual branding in authentication flows.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionIconUrl" } ] }