Lunchbox · Schema

WalletReward

WalletReward schema from Lunchbox Loyalty API

RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

loyalty-wallet-reward-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "WalletReward",
  "description": "WalletReward schema from Lunchbox Loyalty API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/lunchbox/refs/heads/main/json-schema/loyalty-wallet-reward-schema.json",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "example": "130945e3-2b24-4530-a696-3b2c6977ba1c"
    }
  }
}