{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TwintInfo", "title": "TwintInfo", "properties": { "logo": { "description": "Twint logo. Format: Base64-encoded string.", "type": "string" } }, "required": [ "logo" ], "type": "object" }