Bindbee · JSON Structure

Bindbee Candidates Response Structure

List of candidates.

Type: object Properties: 1
ATSHR IntegrationHRISWorkforce

CandidatesResponse 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": "CandidatesResponse",
  "type": "object",
  "description": "List of candidates.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of candidate records."
    }
  }
}