{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Notification", "type": "object", "properties": { "appId": { "type": "string" }, "partnerId": { "type": "string" }, "providerReference": { "type": "string" }, "srcAccount": { "type": "string" }, "paymentChannel": { "type": "string" }, "transactionAmount": { "type": "number" }, "accountId": { "type": "string" }, "transactionDate": { "type": "string" }, "narration": { "type": "string" }, "accountName": { "type": "string" }, "accountNumber": { "type": "string" }, "currency": { "type": "string" }, "countryCode": { "type": "string" }, "signature": { "type": "string" }, "correlationId": { "type": "string" } } }