LinkedIn · JSON Structure

Linkedin Talent Job Posting Multiple Choice Question Details Structure

MultipleChoiceQuestionDetails from LinkedIn API

Type: object Properties: 3
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

MultipleChoiceQuestionDetails is a JSON Structure definition published by LinkedIn, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

choices selectMultiple preferredFormComponent

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
    }
  }
}