HR Partner · JSON Structure

Hr Partner Job Listing Structure

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

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

Properties

id title description department location is_active published_date

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobListing",
  "type": "object",
  "properties": {
    "id": { "type": "string" },
    "title": { "type": "string" },
    "description": { "type": "string" },
    "department": { "type": "string" },
    "location": { "type": "string" },
    "is_active": { "type": "boolean" },
    "published_date": { "type": "string" }
  }
}