{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-update-payment-link-request-structure.json", "description": "UpdatePaymentLinkRequest schema from Adyen API", "type": "object", "properties": { "status": { "description": "Status of the payment link. Possible values:\n* **expired**", "enum": [ "expired" ], "type": "string" } }, "required": [ "status" ], "name": "UpdatePaymentLinkRequest" }