{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Recipient", "type": "object", "properties": { "clientId": { "type": "string" }, "transactionId": { "type": "string" }, "accountName": { "type": "string" }, "accountNumber": { "type": "string" }, "transactionAmount": { "type": "number" }, "currency": { "type": "string" }, "countryCode": { "type": "string" }, "responseCode": { "type": "string" }, "responseMessage": { "type": "string" } } }