Salesforce · JSON Structure

Salesforce Status201 Success Structure

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

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

Properties

aggregationResults executionId outputs

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Status201-Success",
  "properties": {
    "aggregationResults": {
      "type": "object",
      "properties": {
        "results": {
          "type": "object"
        }
      },
      "required": [
        "results"
      ]
    },
    "executionId": {
      "type": "string"
    },
    "outputs": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "results": {
            "type": "object",
            "properties": {
              "output": {
                "type": "integer"
              }
            },
            "required": [
              "output"
            ]
          }
        },
        "required": [
          "results"
        ]
      }
    }
  },
  "required": [
    "aggregationResults",
    "executionId",
    "outputs"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}