SharePoint SSO configuration.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonSharePoint", "title": "ClientAddonSharePoint", "type": "object", "description": "SharePoint SSO configuration.", "additionalProperties": true, "properties": { "url": { "type": "string", "description": "Internal SharePoint application URL." }, "external_url": { "$ref": "#/components/schemas/ClientAddonSharePointExternalURL" } } }