{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-giro-pay-info-structure.json", "description": "GiroPayInfo schema from Adyen API", "type": "object", "properties": { "supportEmail": { "description": "The email address of merchant support.", "type": "string" } }, "required": [ "supportEmail" ], "name": "GiroPayInfo" }