Xero · Schema

PayrollCalendars

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
PayrollCalendars array
View JSON Schema on GitHub

JSON Schema

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