{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TransactionAckForPAL", "type": "object", "properties": { "paymentRequestLifecycleId": { "type": "string" }, "paymentRequestReferenceNumber": { "type": "string" }, "accountServicerReference": { "type": "string" }, "confirmationExpiryTimeInterval": { "type": "number" }, "reconId": { "type": "string" }, "paymentRequestStatus": { "type": "string" } } }