{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonZendesk", "title": "ClientAddonZendesk", "type": "object", "description": "Zendesk SSO configuration.", "additionalProperties": true, "properties": { "accountName": { "type": "string", "description": "Zendesk account name usually first segment in your Zendesk URL. e.g. `https://acme-org.zendesk.com` would be `acme-org`." } } }