{ "type": "object", "name": "FirstTransaction", "properties": { "amount": { "type": "number" }, "receivedDate": { "type": "string" }, "donorCoverAmount": { "type": "number" }, "transactionStatus": { "type": "string" }, "gatewayTransactionFee": { "type": "number" }, "processorTransactionFee": { "type": "number" }, "processorReference": { "type": "string" }, "gatewayReference": { "type": "string" }, "lastGatewayResponseCode": { "type": "string" }, "lastGatewayErrorMessage": { "type": "string" }, "lastGatewayProcessedDateTime": { "type": "string" } }, "required": [ "amount", "receivedDate", "donorCoverAmount", "transactionStatus", "gatewayTransactionFee", "processorTransactionFee", "processorReference", "gatewayReference", "lastGatewayResponseCode", "lastGatewayErrorMessage", "lastGatewayProcessedDateTime" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }