Indeed · JSON Structure

Indeed Employer Qualification Structure

Type: object Properties: 3
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

type description required

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Qualification",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "required": {
      "type": "boolean"
    }
  }
}