Lunchbox · Schema

PosLocation

PosLocation schema from Lunchbox POS API

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Properties

Name Type Description
hours array
View JSON Schema on GitHub

JSON Schema

pos-pos-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PosLocation",
  "description": "PosLocation schema from Lunchbox POS API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-schema/pos-pos-location-schema.json",
  "type": "object",
  "properties": {
    "hours": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PosHours"
      },
      "example": []
    }
  }
}