Salesforce · JSON Structure

Salesforce Motif Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

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

Properties

color largeIconUrl mediumIconUrl smallIconUrl svgIconUrl

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Motif",
  "properties": {
    "color": {
      "type": "string"
    },
    "largeIconUrl": {
      "type": "string"
    },
    "mediumIconUrl": {
      "type": "string"
    },
    "smallIconUrl": {
      "type": "string"
    },
    "svgIconUrl": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "color",
    "largeIconUrl",
    "mediumIconUrl",
    "smallIconUrl",
    "svgIconUrl"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}