SObjectBasicInfo

Basic information about an sObject

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
objectDescribe object
recentItems array
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-sobjectbasicinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SObjectBasicInfo",
  "title": "SObjectBasicInfo",
  "type": "object",
  "description": "Basic information about an sObject",
  "properties": {
    "objectDescribe": {
      "$ref": "#/components/schemas/SObjectDescribeBrief"
    },
    "recentItems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SObjectRecord"
      }
    }
  }
}