Xero · Schema

EmploymentType

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business
View JSON Schema on GitHub

JSON Schema

xero-employmenttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmploymentType",
  "title": "EmploymentType",
  "type": "string",
  "enum": [
    "EMPLOYEE",
    "CONTRACTOR"
  ]
}