LinkedIn · JSON Structure

Linkedin Talent Job Posting Cover Letter Questions Structure

CoverLetterQuestions from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

coverLetterQuestionRequirement

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-cover-letter-questions-structure.json",
  "name": "CoverLetterQuestions",
  "description": "CoverLetterQuestions from LinkedIn API",
  "type": "object",
  "properties": {
    "coverLetterQuestionRequirement": {
      "type": "string",
      "enum": [
        "REQUIRED",
        "OPTIONAL",
        "NOT_AVAILABLE"
      ],
      "example": "OPTIONAL"
    }
  }
}