Salesforce · Schema

ThemeInfo

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
color string
iconUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-theme-info-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "example": "example_value"
    },
    "iconUrl": {
      "type": "string",
      "example": "https://www.example.com"
    }
  },
  "required": [
    "color",
    "iconUrl"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ThemeInfo"
}