{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonEgnyte", "title": "ClientAddonEgnyte", "type": "object", "description": "Egnyte SSO configuration.", "additionalProperties": true, "properties": { "domain": { "type": "string", "description": "Your custom domain found in your Egnyte URL. e.g. `https://acme-org.egnyte.com` would be `acme-org`." } } }