7shifts · JSON Structure

7Shifts Department Structure

7shifts Department structure.

Type: object Properties: 5
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

Department is a JSON Structure definition published by 7shifts, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id location_id name created modified

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/7shifts/refs/heads/main/json-structure/7shifts-department-structure.json",
  "name": "Department",
  "type": "object",
  "description": "7shifts Department structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "location_id": {
      "type": "int64",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}