Lunchbox · JSON Structure

Loyalty User Wallet Update Structure

UserWalletUpdate schema from Lunchbox Loyalty API

Type: object Properties: 4
RestaurantOnline OrderingGuest EngagementCateringMenusOrdersLoyaltyEnterprise

UserWalletUpdate 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

firstName lastName birthdate phone

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-user-wallet-update-structure.json",
  "name": "UserWalletUpdate",
  "description": "UserWalletUpdate schema from Lunchbox Loyalty API",
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "example": "John"
    },
    "lastName": {
      "type": "string",
      "example": "Smith"
    },
    "birthdate": {
      "type": "date",
      "example": "1990-05-21"
    },
    "phone": {
      "type": "string",
      "example": "2125551411"
    }
  }
}