Questions configuration for job applications
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-talent-job-posting-application-questions-schema.json", "title": "ApplicationQuestions", "description": "Questions configuration for job applications", "type": "object", "properties": { "resumeQuestions": { "$ref": "#/components/schemas/ResumeQuestions" }, "coverLetterQuestions": { "$ref": "#/components/schemas/CoverLetterQuestions" }, "voluntarySelfIdentificationQuestions": { "type": "object", "description": "Voluntary self-identification questions" }, "educationQuestions": { "$ref": "#/components/schemas/EducationQuestions" }, "workQuestions": { "$ref": "#/components/schemas/WorkQuestions" }, "additionalQuestions": { "$ref": "#/components/schemas/AdditionalQuestions" } } }