{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateChannelReq", "title": "UpdateChannelReq", "type": "object", "properties": { "config_meta": { "$ref": "#/components/schemas/ChannelConfigMeta" }, "external_id": { "$ref": "#/components/schemas/ExternalId" }, "is_listable_from_ui": { "$ref": "#/components/schemas/IsListableFromUI" }, "is_visible": { "$ref": "#/components/schemas/IsVisible" }, "name": { "$ref": "#/components/schemas/ChannelName" }, "status": { "$ref": "#/components/schemas/ChannelStatus" } }, "x-internal": false }