LinkedIn · JSON Structure

Linkedin Talent Job Posting Application Questions Structure

Questions configuration for job applications

Type: object Properties: 6
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

resumeQuestions coverLetterQuestions voluntarySelfIdentificationQuestions educationQuestions workQuestions additionalQuestions

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-application-questions-structure.json",
  "name": "ApplicationQuestions",
  "description": "Questions configuration for job applications",
  "type": "object",
  "properties": {
    "resumeQuestions": {
      "$ref": "#/components/schemas/ResumeQuestions"
    },
    "coverLetterQuestions": {
      "$ref": "#/components/schemas/CoverLetterQuestions"
    },
    "voluntarySelfIdentificationQuestions": {
      "type": "object",
      "description": "Voluntary self-identification questions"
    },
    "educationQuestions": {
      "$ref": "#/components/schemas/EducationQuestions"
    },
    "workQuestions": {
      "$ref": "#/components/schemas/WorkQuestions"
    },
    "additionalQuestions": {
      "$ref": "#/components/schemas/AdditionalQuestions"
    }
  }
}