Indeed · JSON Structure

Indeed Employer Job Location Structure

Type: object Properties: 6
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

streetAddress city state postalCode country formattedAddress

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobLocation",
  "type": "object",
  "properties": {
    "streetAddress": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "postalCode": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "formattedAddress": {
      "type": "string"
    }
  }
}