LinkedIn · Schema

JobPostingResult

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
status string
taskUrn string URN of the task to track posting status
View JSON Schema on GitHub

JSON Schema

linkedin-jobpostingresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobPostingResult",
  "title": "JobPostingResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "example": "ACCEPTED"
    },
    "taskUrn": {
      "type": "string",
      "description": "URN of the task to track posting status",
      "example": "urn:li:simpleJobPostingTask:12345678"
    }
  }
}