Indeed · JSON Structure

Indeed Employer Salary Structure

Type: object Properties: 4
CareersEmploymentHiringJob SearchJobsRecruiting

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

Properties

minimumAmount maximumAmount currency period

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Salary",
  "type": "object",
  "properties": {
    "minimumAmount": {
      "type": "number"
    },
    "maximumAmount": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "period": {
      "type": "string"
    }
  }
}