Bindbee · JSON Structure

Bindbee Candidate Structure

A job candidate from a connected ATS system.

Type: object Properties: 7
ATSHR IntegrationHRISWorkforce

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

Properties

id first_name last_name email job_id stage created_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Candidate",
  "type": "object",
  "description": "A job candidate from a connected ATS system.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Candidate ID."
    },
    "first_name": {
      "type": "string",
      "description": "Candidate first name."
    },
    "last_name": {
      "type": "string",
      "description": "Candidate last name."
    },
    "email": {
      "type": "string",
      "description": "Candidate email."
    },
    "job_id": {
      "type": "string",
      "description": "Job ID the candidate applied for."
    },
    "stage": {
      "type": "string",
      "description": "Current hiring stage."
    },
    "created_at": {
      "type": "datetime",
      "description": "Application creation timestamp."
    }
  }
}