Indeed · JSON Structure

Indeed Employer Create Job Posting Payload Structure

Type: object Properties: 3
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

results totalCreated totalFailed

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateJobPostingPayload",
  "type": "object",
  "properties": {
    "results": {
      "type": "array"
    },
    "totalCreated": {
      "type": "integer"
    },
    "totalFailed": {
      "type": "integer"
    }
  }
}