HR Partner · JSON Structure

Hr Partner Leave Request Structure

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

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

Properties

id leave_type description start_date end_date duration leave_status comments employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeaveRequest",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "leave_type": { "type": "string" },
    "description": { "type": "string" },
    "start_date": { "type": "string" },
    "end_date": { "type": "string" },
    "duration": { "type": "number" },
    "leave_status": { "type": "string" },
    "comments": { "type": "string" },
    "employee": { "type": "object" }
  }
}