7shifts · JSON Structure

7Shifts Timeoff Structure

7shifts TimeOff structure.

Type: object Properties: 10
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Properties

id user_id status from_date to_date partial category comments 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-timeoff-structure.json",
  "name": "TimeOff",
  "type": "object",
  "description": "7shifts TimeOff structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "user_id": {
      "type": "int64",
      "description": ""
    },
    "status": {
      "type": "string",
      "description": ""
    },
    "from_date": {
      "type": "date",
      "description": ""
    },
    "to_date": {
      "type": "date",
      "description": ""
    },
    "partial": {
      "type": "boolean",
      "description": ""
    },
    "category": {
      "type": "string",
      "description": ""
    },
    "comments": {
      "type": "string",
      "description": ""
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}