{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Refund", "type": "object", "properties": { "paymentRequestLifecycleId": { "type": "string" }, "creditorRefundReference": { "type": "string" }, "caseReferenceId": { "type": "string" }, "refundReason": { "type": "string" }, "refundMethod": { "type": "string" } } }