Salesforce · JSON Structure

Salesforce Icon Structure

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

Icon 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

contentType height theme url width

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Icon",
  "properties": {
    "contentType": {
      "type": "string"
    },
    "height": {
      "type": "integer"
    },
    "theme": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    }
  },
  "required": [
    "contentType",
    "height",
    "theme",
    "url",
    "width"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}