Indeed · JSON Structure

Indeed Employer Address Structure

Type: object Properties: 6
CareersEmploymentHiringJob SearchJobsRecruiting

Address 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 streetAddress2 city state postalCode country

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

JSON Structure

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