Xero · Schema

EmploymentBasis

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-employmentbasis-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmploymentBasis",
  "title": "EmploymentBasis",
  "type": "string",
  "enum": [
    "FULLTIME",
    "PARTTIME",
    "CASUAL",
    "LABOURHIRE",
    "SUPERINCOMESTREAM",
    "NONEMPLOYEE"
  ]
}