{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/WidgetSettingsResponse", "title": "WidgetSettingsResponse", "type": "object", "properties": { "enabled": { "type": "boolean" }, "channel_id": { "oneOf": [ { "type": "null" }, { "$ref": "#/components/schemas/SnowflakeType" } ] } }, "required": [ "enabled" ] }