Bindbee · JSON Structure

Bindbee Job Structure

A job posting from a connected ATS system.

Type: object Properties: 6
ATSHR IntegrationHRISWorkforce

Job is a JSON Structure definition published by Bindbee, describing 6 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

id title department location status created_at

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Job",
  "type": "object",
  "description": "A job posting from a connected ATS system.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Job ID."
    },
    "title": {
      "type": "string",
      "description": "Job title."
    },
    "department": {
      "type": "string",
      "description": "Hiring department."
    },
    "location": {
      "type": "string",
      "description": "Job location or remote."
    },
    "status": {
      "type": "string",
      "description": "Job posting status."
    },
    "created_at": {
      "type": "datetime",
      "description": "Job creation timestamp."
    }
  }
}