Indeed · JSON Structure

Indeed Employer Screener Question Structure

Type: object Properties: 5
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

id question type required options

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ScreenerQuestion",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "question": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "required": {
      "type": "boolean"
    },
    "options": {
      "type": "array"
    }
  }
}