WalletBalance schema from Paytronix Server API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "WalletBalance", "description": "WalletBalance schema from Paytronix Server API", "$id": "https://raw.githubusercontent.com/api-evangelist/paytronix/refs/heads/main/json-schema/server-api-wallet-balance-schema.json", "type": "object", "properties": { "walletCode": { "type": "string", "example": "1" }, "name": { "type": "string", "example": "Points" }, "balance": { "type": "number", "example": 1250 } } }