HR Partner · JSON Structure

Hr Partner Goal Structure

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

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

Properties

id scope type description target_value can_exceed_target_value current_value is_active is_completed is_archived assigned_at due_at employee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Goal",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "scope": { "type": "string" },
    "type": { "type": "string" },
    "description": { "type": "string" },
    "target_value": { "type": "number" },
    "can_exceed_target_value": { "type": "boolean" },
    "current_value": { "type": "number" },
    "is_active": { "type": "boolean" },
    "is_completed": { "type": "boolean" },
    "is_archived": { "type": "boolean" },
    "assigned_at": { "type": "string" },
    "due_at": { "type": "string" },
    "employee": { "type": "object" }
  }
}