LinkedIn · Schema

JobPostingResponse

Response from job posting creation

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
elements array
View JSON Schema on GitHub

JSON Schema

linkedin-jobpostingresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobPostingResponse",
  "title": "JobPostingResponse",
  "type": "object",
  "description": "Response from job posting creation",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/JobPostingResult"
      }
    }
  }
}