Salesforce · Schema

Mute

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
isMutedByMe boolean
View JSON Schema on GitHub

JSON Schema

salesforce-mute-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "isMutedByMe": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "isMutedByMe"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Mute"
}