HR Partner · JSON Structure

Hr Partner Checklist Structure

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

Checklist 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 name comments status assigned_at completed_at progress percdone employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Checklist",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "comments": { "type": "string" },
    "status": { "type": "string" },
    "assigned_at": { "type": "string" },
    "completed_at": { "type": "string" },
    "progress": { "type": "number" },
    "percdone": { "type": "number" },
    "employee": { "type": "object" }
  }
}