{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationMappingSlackOptions", "title": "Integration mapping options for type Slack", "type": "object", "description": "The schema for an integration mapping options object for Slack type.", "properties": { "is_access_management_disabled": { "type": "boolean", "example": true, "description": "Indicates whether or not channel member\naccess to the underlying box item\nshould be automatically managed.\nDepending on type of channel, access is managed\nthrough creating collaborations or shared links.", "nullable": false } } }