LinkedIn · JSON Structure

Linkedin Talent Job Posting Custom Question Structure

CustomQuestion from LinkedIn API

Type: object Properties: 4
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

required partnerQuestionIdentifier questionText questionDetails

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-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"
    }
  }
}