Salesforce · JSON Structure

Salesforce Status400 Expression Not Found1 Structure

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

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

Properties

actionName errors isSuccess outputValues version

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Status400-ExpressionNotFound1",
  "properties": {
    "actionName": {
      "type": "string"
    },
    "errors": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "statusCode": {
            "type": "string"
          },
          "message": {
            "type": "string"
          },
          "fields": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          }
        },
        "required": [
          "statusCode",
          "message",
          "fields"
        ]
      }
    },
    "isSuccess": {
      "type": "boolean"
    },
    "outputValues": {
      "type": "['string', 'null']"
    },
    "version": {
      "type": "integer"
    }
  },
  "required": [
    "actionName",
    "errors",
    "isSuccess",
    "outputValues",
    "version"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}