LinkedIn · Schema

SimpleJobPostingRequest

Request body for creating or updating job postings

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
elements array
View JSON Schema on GitHub

JSON Schema

linkedin-simplejobpostingrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleJobPostingRequest",
  "title": "SimpleJobPostingRequest",
  "type": "object",
  "description": "Request body for creating or updating job postings",
  "required": [
    "elements"
  ],
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/JobPostingElement"
      }
    }
  }
}