{ "type": "object", "name": "TransactionJournalsExecutionRequest", "properties": { "transactionJournals": { "type": "array", "description": "", "items": { "type": "object", "properties": { "ActivityDate": { "type": "string" }, "JournalTypeId": { "type": "string" }, "LoyaltyProgramId": { "type": "string" }, "MemberId": { "type": "string" }, "Status": { "type": "string" }, "appliedPromotions": { "type": "array", "description": "", "items": { "type": "object", "properties": { "promotionId": { "type": "string" }, "rewards": { "type": "array", "description": "", "items": { "type": "object" } } }, "required": [ "promotionId", "rewards" ] } } }, "required": [ "ActivityDate", "JournalTypeId", "LoyaltyProgramId", "MemberId", "Status", "appliedPromotions" ] } } }, "required": [ "transactionJournals" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }