{ "type": "object", "properties": { "processParameters": { "type": "array", "description": "", "example": [], "items": { "type": "object", "properties": { "TransactionJournal": { "type": "object", "properties": { "ActivityDate": { "type": "string", "example": "example_value" }, "ExternalTransactionNumber": { "type": "string", "example": "example_value" }, "InvoiceDate": { "type": "string", "example": "example_value" }, "JournalTypeName": { "type": "string", "example": "example_value" }, "MembershipNumber": { "type": "string", "example": "example_value" }, "TransactionAmount": { "type": "string", "example": "example_value" }, "CurrencyIsoCode": { "type": "string", "example": "example_value" }, "Status": { "type": "string", "example": "example_value" } }, "required": [ "ActivityDate", "ExternalTransactionNumber", "InvoiceDate", "JournalTypeName", "MembershipNumber", "TransactionAmount", "CurrencyIsoCode", "Status" ] }, "PointsToCredit": { "type": "number", "example": 42.5 } }, "required": [ "TransactionJournal", "PointsToCredit" ] } } }, "required": [ "processParameters" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CreditPointstoMembersRequest" }