{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TransactionForStepUpNotification", "type": "object", "properties": { "paymentRequestLifecycleId": { "type": "string" }, "stepUpMessage": { "type": "string" }, "applicationUrl": { "type": "string" } } }