Salesforce · JSON Structure

Salesforce Favorite Structure

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

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

Properties

accessCount iconColor iconUrl id lastAccessDate name objectType sortOrder subtitle target targetType

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Favorite",
  "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"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}