Indeed · JSON Structure

Indeed Employer Create Job Posting Input Structure

Type: object Properties: 1
CareersEmploymentHiringJob SearchJobsRecruiting

CreateJobPostingInput is a JSON Structure definition published by Indeed, describing 1 property. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

jobPostings

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateJobPostingInput",
  "type": "object",
  "properties": {
    "jobPostings": {
      "type": "array"
    }
  }
}