Indeed · JSON Structure

Indeed Employer Disposition Update Structure

Type: object Properties: 4
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

applicationId status statusUpdatedAt rejectionReason

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DispositionUpdate",
  "type": "object",
  "properties": {
    "applicationId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "statusUpdatedAt": {
      "type": "string"
    },
    "rejectionReason": {
      "type": "string"
    }
  }
}