{ "$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" } } }