Indeed · JSON Structure

Indeed Employer Api Error Structure

Type: object Properties: 3
CareersEmploymentHiringJob SearchJobsRecruiting

ApiError 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

code message field

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ApiError",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "field": {
      "type": "string"
    }
  }
}