Salesforce · JSON Structure

Salesforce Message Segment11 Structure

Type: object Properties: 6 Required: 2
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

MessageSegment11 is a JSON Structure definition published by Salesforce, describing 6 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

altText htmlTag markupType text type url

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "MessageSegment11",
  "properties": {
    "altText": {
      "type": "['string', 'null']"
    },
    "htmlTag": {
      "type": "string"
    },
    "markupType": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "url": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "text",
    "type"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}