{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-twint-info-structure.json", "description": "TwintInfo schema from Adyen API", "type": "object", "properties": { "logo": { "description": "Twint logo. Format: Base64-encoded string.", "type": "string" } }, "required": [ "logo" ], "name": "TwintInfo" }