{ "$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-cover-letter-questions-schema.json", "title": "CoverLetterQuestions", "description": "CoverLetterQuestions from LinkedIn API", "type": "object", "properties": { "coverLetterQuestionRequirement": { "type": "string", "enum": [ "REQUIRED", "OPTIONAL", "NOT_AVAILABLE" ], "example": "OPTIONAL" } } }