{ "type": "object", "name": "IndividualMemberEnrollments", "properties": { "contactId": { "type": "string" }, "loyaltyProgramMemberId": { "type": "string" }, "loyaltyProgramName": { "type": "string" }, "membershipNumber": { "type": "string" }, "transactionJournals": { "type": "array", "description": "", "items": { "type": "object", "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" ] } } }, "required": [ "contactId", "loyaltyProgramMemberId", "loyaltyProgramName", "membershipNumber", "transactionJournals" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }