Xero · Schema

EmployeeLeaveTypes

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
pagination object
problem object
leaveTypes array
View JSON Schema on GitHub

JSON Schema

xero-employeeleavetypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeLeaveTypes",
  "title": "EmployeeLeaveTypes",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "problem": {
      "$ref": "#/components/schemas/Problem"
    },
    "leaveTypes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/EmployeeLeaveType"
      }
    }
  }
}