{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TapToPay",
"title": "TapToPay",
"properties": {
"merchantDisplayName": {
"description": "The text shown on the screen during the Tap to Pay transaction.",
"type": "string"
}
},
"type": "object"
}