{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-tap-to-pay-schema.json", "title": "TapToPay", "description": "TapToPay schema from Adyen API", "type": "object", "properties": { "merchantDisplayName": { "description": "The text shown on the screen during the Tap to Pay transaction.", "type": "string" } } }