{ "type": "object", "name": "TransactionHistoryRequest", "properties": { "membershipNumber": { "type": "string" }, "journalType": { "type": "string" }, "journalSubType": { "type": "string" }, "periodStartDate": { "type": "string" }, "periodEndDate": { "type": "string" } }, "required": [ "membershipNumber", "journalType", "journalSubType", "periodStartDate", "periodEndDate" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }