HR Partner · JSON Structure

Hr Partner Review Structure

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

Review 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 review_type description review_date reviewer score review_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": "Review",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "review_type": { "type": "string" },
    "description": { "type": "string" },
    "review_date": { "type": "string" },
    "reviewer": { "type": "string" },
    "score": { "type": "number" },
    "review_status": { "type": "string" },
    "comments": { "type": "string" },
    "employee": { "type": "object" }
  }
}