Lunchbox · JSON Structure

Pos Pos Hours Structure

PosHours schema from Lunchbox POS API

Type: object Properties: 3
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

iso_day_of_week start_time end_time

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/lunchbox/refs/heads/main/json-structure/pos-pos-hours-structure.json",
  "name": "PosHours",
  "description": "PosHours schema from Lunchbox POS API",
  "type": "object",
  "properties": {
    "iso_day_of_week": {
      "type": "int32",
      "example": 1
    },
    "start_time": {
      "type": "string",
      "example": "string"
    },
    "end_time": {
      "type": "string",
      "example": "string"
    }
  }
}