{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-tap-to-pay-structure.json", "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" } }, "name": "TapToPay" }