Xero · Schema

LeaveLines

The leave type lines

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
Employee array
View JSON Schema on GitHub

JSON Schema

xero-leavelines-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LeaveLines",
  "title": "LeaveLines",
  "type": "object",
  "x-objectArrayKey": "employee",
  "description": "The leave type lines",
  "properties": {
    "Employee": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LeaveLine"
      }
    }
  }
}