{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonSharePointExternalURL", "title": "ClientAddonSharePointExternalURL", "description": "External SharePoint application URLs if exposed to the Internet.", "oneOf": [ { "type": "array", "items": { "type": "string" } }, { "type": "string" } ] }