HR Partner · JSON Structure

Hr Partner Leave Balance Structure

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

LeaveBalance 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 leave_type balance accrued taken pending employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeaveBalance",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "leave_type": { "type": "string" },
    "balance": { "type": "number" },
    "accrued": { "type": "number" },
    "taken": { "type": "number" },
    "pending": { "type": "number" },
    "employee": { "type": "object" }
  }
}