{ "type": "object", "name": "ProcessParameter1", "properties": { "TransactionJournal": { "type": "object", "properties": { "ActivityDate": { "type": "string" }, "ExternalTransactionNumber": { "type": "string" }, "InvoiceDate": { "type": "string" }, "JournalTypeName": { "type": "string" }, "MembershipNumber": { "type": "string" }, "TransactionAmount": { "type": "string" }, "CurrencyIsoCode": { "type": "string" }, "Status": { "type": "string" } }, "required": [ "ActivityDate", "ExternalTransactionNumber", "InvoiceDate", "JournalTypeName", "MembershipNumber", "TransactionAmount", "CurrencyIsoCode", "Status" ] }, "PointsToCredit": { "type": "number" } }, "required": [ "TransactionJournal", "PointsToCredit" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }