Xero · Schema

Attachments

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Attachments array
View JSON Schema on GitHub

JSON Schema

xero-attachments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Attachments",
  "title": "Attachments",
  "type": "object",
  "x-objectArrayKey": "attachments",
  "properties": {
    "Attachments": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Attachment"
      }
    }
  }
}