Salesforce · JSON Structure

Salesforce Updatea Batchof Favorites Structure

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

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

Properties

favorites

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "UpdateaBatchofFavorites",
  "properties": {
    "favorites": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "accessCount": {
            "type": "integer"
          },
          "iconColor": {
            "type": "string"
          },
          "iconUrl": {
            "type": "string"
          },
          "id": {
            "type": "string"
          },
          "lastAccessDate": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "objectType": {
            "type": "string"
          },
          "sortOrder": {
            "type": "integer"
          },
          "subtitle": {
            "type": "string"
          },
          "target": {
            "type": "string"
          },
          "targetType": {
            "type": "string"
          }
        },
        "required": [
          "accessCount",
          "iconColor",
          "iconUrl",
          "id",
          "lastAccessDate",
          "name",
          "objectType",
          "sortOrder",
          "subtitle",
          "target",
          "targetType"
        ]
      }
    }
  },
  "required": [
    "favorites"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}