{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Logo", "title": "Logo", "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" } }, "type": "object" }