CompositeResponse

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
compositeResponse array
View JSON Schema on GitHub

JSON Schema

salesforce-automation-compositeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CompositeResponse",
  "title": "CompositeResponse",
  "type": "object",
  "properties": {
    "compositeResponse": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "body": {
            "description": "The response body"
          },
          "httpHeaders": {
            "type": "object",
            "additionalProperties": {
              "type": "string"
            }
          },
          "httpStatusCode": {
            "type": "integer"
          },
          "referenceId": {
            "type": "string"
          }
        }
      }
    }
  }
}