LinkedIn · Schema

ResumeQuestions

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
resumeQuestionRequirement string
View JSON Schema on GitHub

JSON Schema

linkedin-resumequestions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResumeQuestions",
  "title": "ResumeQuestions",
  "type": "object",
  "properties": {
    "resumeQuestionRequirement": {
      "type": "string",
      "enum": [
        "REQUIRED",
        "OPTIONAL",
        "NOT_AVAILABLE"
      ],
      "example": "REQUIRED"
    }
  }
}