7shifts · JSON Structure

7Shifts Availability Structure

7shifts Availability structure.

Type: object Properties: 7
RestaurantSchedulingWorkforce ManagementEmployee SchedulingTime TrackingHRISLabor

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

Properties

id user_id status week_type availability 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-availability-structure.json",
  "name": "Availability",
  "type": "object",
  "description": "7shifts Availability structure.",
  "properties": {
    "id": {
      "type": "int64",
      "description": ""
    },
    "user_id": {
      "type": "int64",
      "description": ""
    },
    "status": {
      "type": "string",
      "description": ""
    },
    "week_type": {
      "type": "string",
      "description": ""
    },
    "availability": {
      "type": "object",
      "description": "Per-weekday availability windows."
    },
    "created": {
      "type": "datetime",
      "description": ""
    },
    "modified": {
      "type": "datetime",
      "description": ""
    }
  }
}