Department management and organizational structure.

Department {
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Name of department"
    },
    "color": {
      "type": "string",
      "description": "Color of department"
    },
    "archived": {
      "type": "boolean",
      "description": "True if the department is archived else False"
    }
  }
}