{ "$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-resume-questions-structure.json", "name": "ResumeQuestions", "description": "ResumeQuestions from LinkedIn API", "type": "object", "properties": { "resumeQuestionRequirement": { "type": "string", "enum": [ "REQUIRED", "OPTIONAL", "NOT_AVAILABLE" ], "example": "REQUIRED" } } }