Lunchbox · JSON Structure

Pos Pos Location Structure

PosLocation schema from Lunchbox POS API

Type: object Properties: 1
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

hours

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-location-structure.json",
  "name": "PosLocation",
  "description": "PosLocation schema from Lunchbox POS API",
  "type": "object",
  "properties": {
    "hours": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PosHours"
      },
      "example": []
    }
  }
}