{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TransactionAcknowledgement", "type": "object", "properties": { "paymentRequestLifecycleId": { "type": "string" }, "endToEndId": { "type": "string" }, "instructionId": { "type": "string" }, "accountServicerReference": { "type": "string" }, "reconId": { "type": "string" }, "confirmationExpiryTimeInterval": { "type": "number" }, "paymentRequestType": { "type": "string" }, "transactionCreationDateTime": { "type": "string" }, "instructedAmount": { "type": "string" }, "purpose": { "type": "string" }, "categoryPurpose": { "type": "string" }, "restriction": { "type": "string" }, "creditAccountAllowed": { "type": "boolean" }, "strongCustomerAuthentication": { "type": "boolean" } } }