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