ErrorResponse

AutomationCloudCRMEnterpriseSales
View JSON Schema on GitHub

JSON Schema

salesforce-automation-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/ApiError"
  }
}