{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SofortInfo", "title": "SofortInfo", "properties": { "currencyCode": { "description": "Sofort currency code. For example, **EUR**.", "type": "string" }, "logo": { "description": "Sofort logo. Format: Base64-encoded string.", "type": "string" } }, "required": [ "logo", "currencyCode" ], "type": "object" }