{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-cardholder-receipt-schema.json", "title": "CardholderReceipt", "description": "CardholderReceipt schema from Adyen API", "type": "object", "properties": { "headerForAuthorizedReceipt": { "description": "A custom header to show on the shopper receipt for an authorised transaction. Allows one or two comma-separated header lines, and blank lines. For example, `header,header,filler`", "type": "string" } } }