Bindbee · JSON Structure

Bindbee Jobs Response Structure

List of job postings.

Type: object Properties: 1
ATSHR IntegrationHRISWorkforce

JobsResponse is a JSON Structure definition published by Bindbee, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "JobsResponse",
  "type": "object",
  "description": "List of job postings.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of job postings."
    }
  }
}