SmartRecruiters · Schema

JobListResult

Human ResourcesRecruitingTalent AcquisitionApplicant TrackingHR Technology

Properties

Name Type Description
limit integer
offset integer
totalFound integer
content array
View JSON Schema on GitHub

JSON Schema

smartrecruiters-joblistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobListResult",
  "title": "JobListResult",
  "type": "object",
  "properties": {
    "limit": {
      "type": "integer"
    },
    "offset": {
      "type": "integer"
    },
    "totalFound": {
      "type": "integer"
    },
    "content": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Job"
      }
    }
  }
}