{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Callback", "type": "object", "properties": { "appId": { "type": "string" }, "partnerAccountId": { "type": "string" }, "transactionReference": { "type": "string" }, "providerReference": { "type": "string" }, "status": { "type": "string" }, "confirmationUrl": { "type": "string" }, "responseCode": { "type": "string" }, "responseMessage": { "type": "string" }, "correlationId": { "type": "string" }, "apiAction": { "type": "string" }, "recipients": { "type": "array" } } }