Salesforce · Schema

Topics2

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
canAssignTopics boolean
items array
View JSON Schema on GitHub

JSON Schema

salesforce-topics2-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "canAssignTopics": {
      "type": "boolean",
      "example": true
    },
    "items": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "canAssignTopics",
    "items"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Topics2"
}