7shifts · JSON Structure

7Shifts Role Structure

7shifts Role structure.

Type: object Properties: 8
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Properties

id department_id location_id name color sort 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-role-structure.json",
  "name": "Role",
  "type": "object",
  "description": "7shifts Role structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "department_id": {
      "type": "int64",
      "description": ""
    },
    "location_id": {
      "type": "int64",
      "description": ""
    },
    "name": {
      "type": "string",
      "description": ""
    },
    "color": {
      "type": "string",
      "description": ""
    },
    "sort": {
      "type": "int64",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}