HR Partner · JSON Structure

Hr Partner Applicant Structure

Type: object Properties: 7
HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Applicant is a JSON Structure definition published by HR Partner, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id first_names last_name email phone source notes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Applicant",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "first_names": { "type": "string" },
    "last_name": { "type": "string" },
    "email": { "type": "string" },
    "phone": { "type": "string" },
    "source": { "type": "string" },
    "notes": { "type": "string" }
  }
}