{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-job-posting-application-questions-structure.json", "name": "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" } } }