{ "$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-multiple-choice-question-details-structure.json", "name": "MultipleChoiceQuestionDetails", "description": "MultipleChoiceQuestionDetails from LinkedIn API", "type": "object", "properties": { "choices": { "type": "array", "items": { "$ref": "#/components/schemas/QuestionChoice" } }, "selectMultiple": { "type": "boolean", "example": false }, "preferredFormComponent": { "type": "string", "enum": [ "RADIO_BUTTONS", "DROPDOWN", "CHECKBOXES" ], "example": "RADIO_BUTTONS" } } }