Xero · Schema

ValidationError

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Message string Validation error message
View JSON Schema on GitHub

JSON Schema

xero-validationerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ValidationError",
  "title": "ValidationError",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/api/http-response-codes"
  },
  "properties": {
    "Message": {
      "description": "Validation error message",
      "type": "string"
    }
  },
  "type": "object"
}