Xero · Schema

EarningsTemplates

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-earningstemplates-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EarningsTemplates",
  "title": "EarningsTemplates",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/EarningsTemplate"
  }
}