Salesforce · Schema

MessageSegment2

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
text string
markupType string
id string
View JSON Schema on GitHub

JSON Schema

salesforce-message-segment2-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "text": {
      "type": "string",
      "example": "example_value"
    },
    "markupType": {
      "type": "string",
      "example": "example_value"
    },
    "id": {
      "type": "string",
      "example": "abc123"
    }
  },
  "required": [
    "type"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageSegment2"
}