{ "$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" }