{ "type": "object", "name": "TransactionJournal", "properties": { "activityDate": { "type": "string" }, "journalSubType": { "type": "string" }, "journalType": { "type": "string" }, "loyaltyProgram": { "type": "string" }, "loyaltyProgramMember": { "type": "string" }, "referredMember": { "type": "['string', 'null']" }, "status": { "type": "string" }, "transactionJournalId": { "type": "string" } }, "required": [ "activityDate", "journalSubType", "journalType", "loyaltyProgram", "loyaltyProgramMember", "referredMember", "status", "transactionJournalId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }