Xero · Schema
ResourceValidationErrorsElement
AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
Properties
| Name | Type | Description |
|---|---|---|
| resourceName | string | The field name of the erroneous field |
| localisedMessage | string | Explanation of the resource validation error |
| type | string | Internal type of the resource error message |
| title | string | Title of the resource validation error |
| detail | string | Detail of the resource validation error |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResourceValidationErrorsElement",
"title": "ResourceValidationErrorsElement",
"externalDocs": {
"url": "https://developer.xero.com/documentation/api/http-response-codes"
},
"properties": {
"resourceName": {
"description": "The field name of the erroneous field",
"type": "string"
},
"localisedMessage": {
"description": "Explanation of the resource validation error",
"type": "string"
},
"type": {
"description": "Internal type of the resource error message",
"type": "string"
},
"title": {
"description": "Title of the resource validation error",
"type": "string"
},
"detail": {
"description": "Detail of the resource validation error",
"type": "string"
}
},
"type": "object"
}