Salesforce · JSON Structure

Salesforce Get Tooling Metadata S Object Structure

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

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

Properties

objectDescribe recentItems

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "GetToolingMetadataSObject",
  "properties": {
    "objectDescribe": {
      "type": "object",
      "properties": {
        "activateable": {
          "type": "boolean"
        },
        "associateEntityType": {
          "type": "['string', 'null']"
        },
        "associateParentEntity": {
          "type": "['string', 'null']"
        },
        "createable": {
          "type": "boolean"
        },
        "custom": {
          "type": "boolean"
        },
        "customSetting": {
          "type": "boolean"
        },
        "deepCloneable": {
          "type": "boolean"
        },
        "deletable": {
          "type": "boolean"
        },
        "deprecatedAndHidden": {
          "type": "boolean"
        },
        "feedEnabled": {
          "type": "boolean"
        },
        "hasSubtypes": {
          "type": "boolean"
        },
        "isInterface": {
          "type": "boolean"
        },
        "isSubtype": {
          "type": "boolean"
        },
        "keyPrefix": {
          "type": "string"
        },
        "label": {
          "type": "string"
        },
        "labelPlural": {
          "type": "string"
        },
        "layoutable": {
          "type": "boolean"
        },
        "mergeable": {
          "type": "boolean"
        },
        "mruEnabled": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "queryable": {
          "type": "boolean"
        },
        "replicateable": {
          "type": "boolean"
        },
        "retrieveable": {
          "type": "boolean"
        },
        "searchable": {
          "type": "boolean"
        },
        "triggerable": {
          "type": "boolean"
        },
        "undeletable": {
          "type": "boolean"
        },
        "updateable": {
          "type": "boolean"
        },
        "urls": {
          "type": "object",
          "properties": {
            "compactLayouts": {
              "type": "string"
            },
            "rowTemplate": {
              "type": "string"
            },
            "describe": {
              "type": "string"
            },
            "layouts": {
              "type": "string"
            },
            "sobject": {
              "type": "string"
            }
          },
          "required": [
            "compactLayouts",
            "rowTemplate",
            "describe",
            "layouts",
            "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"
      ]
    },
    "recentItems": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "objectDescribe",
    "recentItems"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}