Bindbee · JSON Structure

Bindbee Department Structure

An organizational department from a connected HRIS system.

Type: object Properties: 3
ATSHR IntegrationHRISWorkforce

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

Properties

id name parent_id

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "Department",
  "type": "object",
  "description": "An organizational department from a connected HRIS system.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Department ID."
    },
    "name": {
      "type": "string",
      "description": "Department name."
    },
    "parent_id": {
      "type": "string",
      "description": "Parent department ID for nested structures."
    }
  }
}