Salesforce · Schema

MessageSegment11

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
altText ['string', 'null']
htmlTag string
markupType string
text string
type string
url ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-message-segment11-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "altText": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "htmlTag": {
      "type": "string",
      "example": "example_value"
    },
    "markupType": {
      "type": "string",
      "example": "example_value"
    },
    "text": {
      "type": "string",
      "example": "example_value"
    },
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "url": {
      "type": "['string', 'null']",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "text",
    "type"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MessageSegment11"
}