Salesforce · Schema

Bookmarks

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
isBookmarkedByCurrentUser boolean
View JSON Schema on GitHub

JSON Schema

salesforce-bookmarks-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "isBookmarkedByCurrentUser": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "isBookmarkedByCurrentUser"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Bookmarks"
}