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