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