Salesforce · JSON Structure

Salesforce Tooling Execute Anonymous Structure

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

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

Properties

line column compiled success compileProblem exceptionStackTrace exceptionMessage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ToolingExecuteAnonymous",
  "properties": {
    "line": {
      "type": "integer"
    },
    "column": {
      "type": "integer"
    },
    "compiled": {
      "type": "boolean"
    },
    "success": {
      "type": "boolean"
    },
    "compileProblem": {
      "type": "['string', 'null']"
    },
    "exceptionStackTrace": {
      "type": "['string', 'null']"
    },
    "exceptionMessage": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "line",
    "column",
    "compiled",
    "success",
    "compileProblem",
    "exceptionStackTrace",
    "exceptionMessage"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}