Sage · Schema

ErrorResponse

AccountingBusiness ManagementCloud SoftwareERPPayrollHR

Properties

Name Type Description
$problems array
View JSON Schema on GitHub

JSON Schema

sage-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "$problems": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "dataPath": {
            "type": "string"
          },
          "message": {
            "type": "string"
          }
        }
      }
    }
  }
}