HR Partner · Schema

JobListing

HRHRISHuman ResourcesEmployee RecordsLeave ManagementRecruitmentApplicant TrackingOnboardingPerformance ManagementTimesheetsExpense ManagementDocument LibraryeSignatureSaaSAustralia

Properties

Name Type Description
id string
title string
description string
department string
location string
is_active boolean
published_date string
View JSON Schema on GitHub

JSON Schema

hr-partner-job-listing-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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", "format": "date" }
  }
}