HR Partner · Schema

Application

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Properties

Name Type Description
id string
applicant_id string
job_listing_id string
stage string
applied_at string
status string
View JSON Schema on GitHub

JSON Schema

hr-partner-application-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Application",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "applicant_id": { "type": "string" },
    "job_listing_id": { "type": "string" },
    "stage": { "type": "string" },
    "applied_at": { "type": "string", "format": "date-time" },
    "status": { "type": "string" }
  }
}