Lunchbox · JSON Structure

Loyalty Wallet Reward Structure

WalletReward schema from Lunchbox Loyalty API

Type: object Properties: 1
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

WalletReward 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

id

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/loyalty-wallet-reward-structure.json",
  "name": "WalletReward",
  "description": "WalletReward schema from Lunchbox Loyalty API",
  "type": "object",
  "properties": {
    "id": {
      "type": "uuid",
      "example": "130945e3-2b24-4530-a696-3b2c6977ba1c"
    }
  }
}