{ "type": "object", "name": "RedeemVoucher", "properties": { "currencyIsoCode": { "type": "string" }, "remainingAmount": { "type": "number" } }, "required": [ "currencyIsoCode", "remainingAmount" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }