HR Partner · JSON Structure

Hr Partner Timesheet Structure

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

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

Properties

id week_commencing total_hours timesheet_status employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Timesheet",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "week_commencing": { "type": "string" },
    "total_hours": { "type": "number" },
    "timesheet_status": { "type": "string" },
    "employee": { "type": "object" }
  }
}