HR Partner · Schema

EmployeeRef

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Properties

Name Type Description
code string
first_names string
last_name string
full_name string
department string
View JSON Schema on GitHub

JSON Schema

hr-partner-employee-ref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmployeeRef",
  "type": "object",
  "properties": {
    "code": { "type": "string" },
    "first_names": { "type": "string" },
    "last_name": { "type": "string" },
    "full_name": { "type": "string" },
    "department": { "type": "string" }
  }
}