Xero · Schema

EmploymentStatus

The employment status of the employee.

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-employmentstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmploymentStatus",
  "title": "EmploymentStatus",
  "description": "The employment status of the employee.",
  "type": "string",
  "example": "Employee",
  "enum": [
    "Employee",
    "Worker",
    "Unspecified"
  ]
}