List of departments.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DepartmentsResponse", "type": "object", "description": "List of departments.", "properties": { "data": { "type": "array", "description": "Array of department records.", "items": { "$ref": "#/components/schemas/Department" } } } }