HR Partner · JSON Structure

Hr Partner Application Structure

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

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

Properties

id applicant_id job_listing_id stage applied_at status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Application",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "applicant_id": { "type": "string" },
    "job_listing_id": { "type": "string" },
    "stage": { "type": "string" },
    "applied_at": { "type": "string" },
    "status": { "type": "string" }
  }
}