{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Zoho Cliq Mobilesettings Schemas",
"definitions": {
"NoResponse": {
"type": "object",
"description": "Response envelope for successful operations with no payload.",
"properties": {
"status": {
"type": "string",
"example": "success"
},
"message": {
"type": "string",
"example": "Operation completed successfully."
}
}
},
"notification-settings": {
"type": "object",
"description": "Notification controls by conversation type and notification mode (alert, sound, and preview).",
"x-enum-descriptions": [
{
"enabled": "Enables the notification behavior for the setting."
},
{
"disabled": "Disables the notification behavior for the setting."
}
],
"properties": {
"direct_message": {
"type": "string",
"enum": [
"enabled",
"disabled"
],
"description": "Toggles alert notifications for direct messages.
\nAllowed values:\n
enabled: Direct message notifications are turned on.disabled: Direct message notifications are turned off.enabled: Sound plays for direct message notifications.disabled: Sound is muted for direct message notifications.enabled: Message content is shown in the notification preview.disabled: Message content is hidden in the notification preview.enabled: Channel notifications are turned on.disabled: Channel notifications are turned off.enabled: Sound plays for channel notifications.disabled: Sound is muted for channel notifications.enabled: Message content is shown in the channel notification preview.disabled: Message content is hidden in the channel notification preview.enabled: Group notifications are turned on.disabled: Group notifications are turned off.enabled: Sound plays for group notifications.disabled: Sound is muted for group notifications.enabled: Message content is shown in the group notification preview.disabled: Message content is hidden in the group notification preview.enabled: @mention notifications are turned on.disabled: @mention notifications are turned off.enabled: Sound plays for @mention notifications.disabled: Sound is muted for @mention notifications.enabled: Message content is shown in the @mention notification preview.disabled: Message content is hidden in the @mention notification preview.enabled: Bot notifications are turned on.disabled: Bot notifications are turned off.enabled: Sound plays for bot notifications.disabled: Sound is muted for bot notifications.enabled: Message content is shown in the bot notification preview.disabled: Message content is hidden in the bot notification preview.enabled: Reaction notifications are turned on.disabled: Reaction notifications are turned off.enabled: Sound plays for reaction notifications.disabled: Sound is muted for reaction notifications.enabled: Message content is shown in the reaction notification preview.disabled: Message content is hidden in the reaction notification preview.enabled: Hashtag notifications are turned on.disabled: Hashtag notifications are turned off.enabled: Sound plays for hashtag notifications.disabled: Sound is muted for hashtag notifications.enabled: Message content is shown in the hashtag notification preview.disabled: Message content is hidden in the hashtag notification preview.enabled: MT notifications are turned on.disabled: MT notifications are turned off.enabled: Sound plays for MT notifications.disabled: Sound is muted for MT notifications.enabled: Message content is shown in the MT notification preview.disabled: Message content is hidden in the MT notification preview.enabled: Downloaded images are automatically saved to the gallery.disabled: Downloaded images are not saved to the gallery.enabled: Camera captures are automatically saved to the gallery.disabled: Camera captures are not saved to the gallery.enabled: Downloaded videos are automatically saved to the gallery.disabled: Downloaded videos are not saved to the gallery.enabled: Images are downloaded automatically.disabled: Images are not downloaded automatically.wifi: Images are downloaded automatically only when connected to Wi-Fi.mobile: Images are downloaded automatically only when on mobile data.enabled: Videos are downloaded automatically.disabled: Videos are not downloaded automatically.wifi: Videos are downloaded automatically only when connected to Wi-Fi.mobile: Videos are downloaded automatically only when on mobile data.enabled: Other files are downloaded automatically.disabled: Other files are not downloaded automatically.wifi: Other files are downloaded automatically only when connected to Wi-Fi.mobile: Other files are downloaded automatically only when on mobile data.enabled: Noise cancellation is active.disabled: Noise cancellation is turned off.enabled: Conference recording is permitted.disabled: Conference recording is not permitted.enabled: Last seen is visible to others.disabled: Last seen is hidden from others.enabled: File summaries are displayed.disabled: File summaries are hidden.enabled: Media is uploaded at high quality.disabled: Media is uploaded at reduced quality.enabled: Camera is muted on huddle join.disabled: Camera is active on huddle join.enabled: HD video is active.disabled: HD video is turned off.enabled: Chat summaries are displayed.disabled: Chat summaries are hidden.