Bindbee · Schema

JobsResponse

List of job postings.

ATSHR IntegrationHRISWorkforce

Properties

Name Type Description
data array Array of job postings.
View JSON Schema on GitHub

JSON Schema

bindbee-jobs-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "JobsResponse",
  "type": "object",
  "description": "List of job postings.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of job postings.",
      "items": {
        "$ref": "#/components/schemas/Job"
      }
    }
  }
}