Indeed · JSON Structure

Indeed Employer Employer Structure

Type: object Properties: 5
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

id employerName employerType createdAt updatedAt

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Employer",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "employerName": {
      "type": "string"
    },
    "employerType": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    }
  }
}