LinkedIn · JSON Structure

Linkedin Talent Job Posting Custom Question Set Structure

CustomQuestionSet from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

questionSetId questions

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-set-structure.json",
  "name": "CustomQuestionSet",
  "description": "CustomQuestionSet from LinkedIn API",
  "type": "object",
  "properties": {
    "questionSetId": {
      "type": "string",
      "example": "custom-questions-001"
    },
    "questions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomQuestion"
      }
    }
  }
}