Salesforce · Schema

MessageSegment5

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
text string
fileId string
altText string
View JSON Schema on GitHub

JSON Schema

salesforce-message-segment5-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "text": {
      "type": "string",
      "example": "example_value"
    },
    "fileId": {
      "type": "string",
      "example": "500123"
    },
    "altText": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "type",
    "text"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageSegment5"
}