{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonSalesforce", "title": "ClientAddonSalesforce", "type": "object", "description": "Salesforce SSO configuration.", "additionalProperties": true, "properties": { "entity_id": { "type": "string", "description": "Arbitrary logical URL that identifies the Saleforce resource. e.g. `https://acme-org.com`.", "format": "url" } } }