SmartRecruiters · Schema

JobUpdate

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Properties

Name Type Description
title string
refNumber string
department object
View JSON Schema on GitHub

JSON Schema

smartrecruiters-jobupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobUpdate",
  "title": "JobUpdate",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "refNumber": {
      "type": "string"
    },
    "department": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        }
      }
    }
  }
}