DescribeGlobalResult

Result of a global describe call

CMSCommunitiesCRMCustomer PortalDigital ExperienceExperience CloudPartner Portal

Properties

Name Type Description
encoding string
maxBatchSize integer
sobjects array
View JSON Schema on GitHub

JSON Schema

salesforce-experience-cloud-describeglobalresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeGlobalResult",
  "title": "DescribeGlobalResult",
  "type": "object",
  "description": "Result of a global describe call",
  "properties": {
    "encoding": {
      "type": "string"
    },
    "maxBatchSize": {
      "type": "integer"
    },
    "sobjects": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SObjectDescribeBrief"
      }
    }
  }
}