LinkedIn · Schema

ApplicationQuestions

Questions configuration for job applications

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
resumeQuestions object
coverLetterQuestions object
voluntarySelfIdentificationQuestions object Voluntary self-identification questions
educationQuestions object
workQuestions object
additionalQuestions object
View JSON Schema on GitHub

JSON Schema

linkedin-applicationquestions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApplicationQuestions",
  "title": "ApplicationQuestions",
  "type": "object",
  "description": "Questions configuration for job applications",
  "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"
    }
  }
}