Bindbee · Schema

TimeOffResponse

List of time-off requests.

ATSHR IntegrationHRISWorkforce

Properties

Name Type Description
data array Array of time-off requests.
View JSON Schema on GitHub

JSON Schema

bindbee-time-off-response-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "TimeOffResponse",
  "type": "object",
  "description": "List of time-off requests.",
  "properties": {
    "data": {
      "type": "array",
      "description": "Array of time-off requests.",
      "items": {
        "$ref": "#/components/schemas/TimeOffRequest"
      }
    }
  }
}