{ "type": "object", "name": "AppliedPromotion", "properties": { "promotionId": { "type": "string" }, "rewards": { "type": "array", "description": "", "items": { "type": "object", "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" ] } } }, "required": [ "promotionId", "rewards" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }