Apideck · Schema

Division

The division the person is currently in. Usually a collection of departments or teams or regions.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-division-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Division",
  "title": "Division",
  "type": "string",
  "description": "The division the person is currently in. Usually a collection of departments or teams or regions.",
  "example": "Europe",
  "nullable": true
}