{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/paytronix/refs/heads/main/json-structure/server-api-wallet-content-structure.json", "name": "WalletContent", "description": "A wallet code and quantity used in add/redeem operations.", "type": "object", "properties": { "walletCode": { "type": "string", "example": "1" }, "quantity": { "type": "double", "example": 10 }, "expiration": { "type": "date" } } }