{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/checkout-update-payment-link-request-schema.json", "title": "UpdatePaymentLinkRequest", "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" ] }