Salesforce · Schema

Body14

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
isRichText ['string', 'null']
messageSegments array
text string
View JSON Schema on GitHub

JSON Schema

salesforce-body14-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "isRichText": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "messageSegments": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "text": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "isRichText",
    "messageSegments",
    "text"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Body14"
}