Xero · Schema

EmployeeObject

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
pagination object
employee object
problem object
View JSON Schema on GitHub

JSON Schema

xero-employeeobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmployeeObject",
  "title": "EmployeeObject",
  "type": "object",
  "properties": {
    "pagination": {
      "$ref": "#/components/schemas/Pagination"
    },
    "employee": {
      "$ref": "#/components/schemas/Employee"
    },
    "problem": {
      "$ref": "#/components/schemas/Problem"
    }
  }
}