{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-logo-schema.json", "title": "Logo", "description": "Logo schema from Adyen API", "type": "object", "properties": { "data": { "description": "The image file, converted to a Base64-encoded string, of the logo to be shown on the terminal.", "maxLength": 350000, "type": "string" } } }