Salesforce · JSON Structure

Salesforce Output4 Structure

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

Output4 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

errorCode errorMessage outcomeList outcomeType successStatus

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Output4",
  "properties": {
    "errorCode": {
      "type": "integer"
    },
    "errorMessage": {
      "type": "string"
    },
    "outcomeList": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "outcomeType": {
      "type": "['string', 'null']"
    },
    "successStatus": {
      "type": "boolean"
    }
  },
  "required": [
    "errorCode",
    "errorMessage",
    "outcomeList",
    "outcomeType",
    "successStatus"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}