{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ClientAddonZoom",
"title": "ClientAddonZoom",
"type": "object",
"description": "Zoom SSO configuration.",
"additionalProperties": true,
"properties": {
"account": {
"type": "string",
"description": "Zoom account name usually first segment of your Zoom URL, e.g. `https://acme-org.zoom.us` would be `acme-org`."
}
}
}