{ "type": "object", "name": "Reward", "properties": { "rewardType": { "type": "string" }, "discountAmount": { "type": "integer" }, "loyaltyProgramCurrencyName": { "type": "string" }, "points": { "type": "integer" }, "relatedInformation": { "type": "string" }, "notes": { "type": "string" }, "voucherDefinitionName": { "type": "string" }, "voucherExpirationDate": { "type": "string" }, "voucherEffectiveDate": { "type": "string" }, "loyaltyProgramBadgeName": { "type": "string" }, "memberBadgeStatus": { "type": "string" }, "badgeValidityEndDate": { "type": "string" }, "reason": { "type": "string" }, "gameDefinitionName": { "type": "string" } }, "required": [ "rewardType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }