{ "$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-custom-question-structure.json", "name": "CustomQuestion", "description": "CustomQuestion from LinkedIn API", "type": "object", "properties": { "required": { "type": "boolean", "example": true }, "partnerQuestionIdentifier": { "type": "string", "example": "question-001" }, "questionText": { "type": "string", "example": "Are you authorized to work in the United States?" }, "questionDetails": { "$ref": "#/components/schemas/QuestionDetails" } } }