Indeed · Schema

EeoResponses

Equal Employment Opportunity (EEO) compliance responses provided by the candidate. Available only for US employers with EEO questions enabled.

CareersEmploymentHiringJob SearchJobsRecruiting

Properties

Name Type Description
gender string The candidate's self-reported gender identity.
race string The candidate's self-reported race or ethnicity.
veteranStatus string The candidate's veteran status.
disabilityStatus string The candidate's disability status.
View JSON Schema on GitHub

JSON Schema

indeed-employer-eeo-responses-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EeoResponses",
  "type": "object",
  "description": "Equal Employment Opportunity (EEO) compliance responses provided by the candidate. Available only for US employers with EEO questions enabled.",
  "properties": {
    "gender": {
      "type": "string",
      "description": "The candidate's self-reported gender identity."
    },
    "race": {
      "type": "string",
      "description": "The candidate's self-reported race or ethnicity."
    },
    "veteranStatus": {
      "type": "string",
      "description": "The candidate's veteran status."
    },
    "disabilityStatus": {
      "type": "string",
      "description": "The candidate's disability status."
    }
  }
}