{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogoSettings", "title": "LogoSettings", "type": "object", "properties": { "favicon_url": { "type": "string" }, "logo_image_url": { "type": "string" }, "logo_text": { "type": "string" }, "type": { "type": "string", "enum": [ "image", "text" ] } }, "x-internal": false }