LinkedIn · JSON Structure

Linkedin Talent Job Posting Simple Job Posting Request Structure

Request body for creating or updating job postings

Type: object Properties: 1 Required: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

elements

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-simple-job-posting-request-structure.json",
  "name": "SimpleJobPostingRequest",
  "description": "Request body for creating or updating job postings",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/JobPostingElement"
      }
    }
  },
  "required": [
    "elements"
  ]
}