{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "IndeedApplyConfig",
"type": "object",
"description": "Configuration for Indeed Apply integration on the job posting.",
"properties": {
"enabled": {
"type": "boolean",
"description": "Whether Indeed Apply is enabled for this job posting."
},
"postUrl": {
"type": "string",
"description": "The URL where Indeed sends application data when a candidate applies through Indeed Apply."
},
"screenerQuestions": {
"type": "array",
"description": "Screener questions to present to candidates during application."
},
"eeoEnabled": {
"type": "boolean",
"description": "Whether EEO compliance questions are enabled. Available for US employers only."
}
}
}