Salesforce · Schema

Interactions

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
count integer
View JSON Schema on GitHub

JSON Schema

salesforce-interactions-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "example": 42
    }
  },
  "required": [
    "count"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Interactions"
}