Lunchbox · JSON Structure

Management Managed Store Structure

ManagedStore schema from Lunchbox Management API

Type: object Properties: 4
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

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

Properties

enable_loyalty driver_management global_disable_group_order restaurant_data

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/management-managed-store-structure.json",
  "name": "ManagedStore",
  "description": "ManagedStore schema from Lunchbox Management API",
  "type": "object",
  "properties": {
    "enable_loyalty": {
      "type": "boolean",
      "example": true
    },
    "driver_management": {
      "type": "boolean",
      "example": true
    },
    "global_disable_group_order": {
      "type": "boolean",
      "example": true
    },
    "restaurant_data": {
      "type": "object",
      "additionalProperties": true,
      "example": {}
    }
  }
}