Salesforce · Schema

Errors7

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
statusCode string
message string
fields array
View JSON Schema on GitHub

JSON Schema

salesforce-errors7-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "statusCode": {
      "type": "string",
      "example": "example_value"
    },
    "message": {
      "type": "string",
      "example": "example_value"
    },
    "fields": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "statusCode",
    "message",
    "fields"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Errors7"
}