{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClientAddonSentry", "title": "ClientAddonSentry", "type": "object", "description": "Sentry SSO configuration.", "additionalProperties": true, "properties": { "org_slug": { "type": "string", "description": "Generated slug for your Sentry organization. Found in your Sentry URL. e.g. `https://sentry.acme.com/acme-org/` would be `acme-org`." }, "base_url": { "type": "string", "description": "URL prefix only if running Sentry Community Edition, otherwise leave should be blank." } } }