Salesforce · JSON Structure

Salesforce Status200 Successfull Structure

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

Status200-Successfull 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": "Status200-Successfull",
  "properties": {
    "actionName": {
      "type": "string"
    },
    "errors": {
      "type": "['string', 'null']"
    },
    "isSuccess": {
      "type": "boolean"
    },
    "outputValues": {
      "type": "object",
      "properties": {
        "output": {
          "type": "integer"
        }
      },
      "required": [
        "output"
      ]
    },
    "version": {
      "type": "integer"
    }
  },
  "required": [
    "actionName",
    "errors",
    "isSuccess",
    "outputValues",
    "version"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}