HR Partner · JSON Structure

Hr Partner Project Structure

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

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

Properties

id name description status start_date end_date budget manager

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Project",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "name": { "type": "string" },
    "description": { "type": "string" },
    "status": { "type": "string" },
    "start_date": { "type": "string" },
    "end_date": { "type": "string" },
    "budget": { "type": "number" },
    "manager": { "type": "string" }
  }
}