{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-clearpay-info-structure.json", "description": "ClearpayInfo schema from Adyen API", "type": "object", "properties": { "supportUrl": { "description": "Support Url", "type": "string" } }, "required": [ "supportUrl" ], "name": "ClearpayInfo" }