Xero · Schema

ContractType

The contract type of the employee.

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-contracttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ContractType",
  "title": "ContractType",
  "description": "The contract type of the employee.",
  "type": "string",
  "example": "FullTime",
  "enum": [
    "FullTime",
    "PartTime",
    "ZeroHour",
    "Unspecified"
  ]
}