Indeed · JSON Structure

Indeed Employer Candidate Structure

Type: object Properties: 13
CareersEmploymentHiringJob SearchJobsRecruiting

Candidate is a JSON Structure definition published by Indeed, describing 13 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name firstName lastName email phoneNumber location coverLetter applicationStatus screenerQuestionResponses appliedAt source jobPostingId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Candidate",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "firstName": {
      "type": "string"
    },
    "lastName": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "phoneNumber": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "coverLetter": {
      "type": "string"
    },
    "applicationStatus": {
      "type": "string"
    },
    "screenerQuestionResponses": {
      "type": "array"
    },
    "appliedAt": {
      "type": "string"
    },
    "source": {
      "type": "string"
    },
    "jobPostingId": {
      "type": "string"
    }
  }
}