LinkedIn · Schema

CustomQuestionSet

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
questionSetId string
questions array
View JSON Schema on GitHub

JSON Schema

linkedin-customquestionset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomQuestionSet",
  "title": "CustomQuestionSet",
  "type": "object",
  "properties": {
    "questionSetId": {
      "type": "string",
      "example": "custom-questions-001"
    },
    "questions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/CustomQuestion"
      }
    }
  }
}