Salesforce · JSON Structure

Salesforce Status201 Success1 Structure

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

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

Properties

outputs

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

JSON Structure

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