Salesforce · Schema

GetToolingDescribe

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

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

JSON Schema

salesforce-get-tooling-describe-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "encoding": {
      "type": "string",
      "example": "example_value"
    },
    "maxBatchSize": {
      "type": "integer",
      "example": 10
    },
    "sobjects": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "activateable": {
            "type": "boolean",
            "example": true
          },
          "associateEntityType": {
            "type": "['string', 'null']",
            "example": "example_value"
          },
          "associateParentEntity": {
            "type": "['string', 'null']",
            "example": "example_value"
          },
          "createable": {
            "type": "boolean",
            "example": true
          },
          "custom": {
            "type": "boolean",
            "example": true
          },
          "customSetting": {
            "type": "boolean",
            "example": true
          },
          "deepCloneable": {
            "type": "boolean",
            "example": true
          },
          "deletable": {
            "type": "boolean",
            "example": true
          },
          "deprecatedAndHidden": {
            "type": "boolean",
            "example": true
          },
          "feedEnabled": {
            "type": "boolean",
            "example": true
          },
          "hasSubtypes": {
            "type": "boolean",
            "example": true
          },
          "isInterface": {
            "type": "boolean",
            "example": true
          },
          "isSubtype": {
            "type": "boolean",
            "example": true
          },
          "keyPrefix": {
            "type": "string",
            "example": "example_value"
          },
          "label": {
            "type": "string",
            "example": "Example Title"
          },
          "labelPlural": {
            "type": "string",
            "example": "example_value"
          },
          "layoutable": {
            "type": "boolean",
            "example": true
          },
          "mergeable": {
            "type": "boolean",
            "example": true
          },
          "mruEnabled": {
            "type": "boolean",
            "example": true
          },
          "name": {
            "type": "string",
            "example": "Example Title"
          },
          "queryable": {
            "type": "boolean",
            "example": true
          },
          "replicateable": {
            "type": "boolean",
            "example": true
          },
          "retrieveable": {
            "type": "boolean",
            "example": true
          },
          "searchable": {
            "type": "boolean",
            "example": true
          },
          "triggerable": {
            "type": "boolean",
            "example": true
          },
          "undeletable": {
            "type": "boolean",
            "example": true
          },
          "updateable": {
            "type": "boolean",
            "example": true
          },
          "urls": {
            "type": "object",
            "properties": {
              "rowTemplate": {
                "type": "string",
                "example": "example_value"
              },
              "describe": {
                "type": "string",
                "example": "example_value"
              },
              "sobject": {
                "type": "string",
                "example": "example_value"
              }
            },
            "required": [
              "rowTemplate",
              "describe",
              "sobject"
            ]
          }
        },
        "required": [
          "activateable",
          "associateEntityType",
          "associateParentEntity",
          "createable",
          "custom",
          "customSetting",
          "deepCloneable",
          "deletable",
          "deprecatedAndHidden",
          "feedEnabled",
          "hasSubtypes",
          "isInterface",
          "isSubtype",
          "keyPrefix",
          "label",
          "labelPlural",
          "layoutable",
          "mergeable",
          "mruEnabled",
          "name",
          "queryable",
          "replicateable",
          "retrieveable",
          "searchable",
          "triggerable",
          "undeletable",
          "updateable",
          "urls"
        ]
      }
    }
  },
  "required": [
    "encoding",
    "maxBatchSize",
    "sobjects"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetToolingDescribe"
}