-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmoderation-openapi.json
More file actions
executable file
·1 lines (1 loc) · 113 KB
/
moderation-openapi.json
File metadata and controls
executable file
·1 lines (1 loc) · 113 KB
1
{"components":{"schemas":{"APIError":{"nullable":true,"properties":{"StatusCode":{"description":"Response HTTP status code","format":"int32","title":"Status code","type":"integer","x-stream-index":"004"},"code":{"description":"API error code","format":"int32","title":"Code","type":"integer","x-stream-index":"001"},"details":{"description":"Additional error-specific information","items":{"type":"integer"},"title":"Details","type":"array","x-stream-index":"007"},"duration":{"description":"Request duration","title":"Duration","type":"string","x-stream-index":"005"},"exception_fields":{"additionalProperties":{"type":"string"},"description":"Additional error info","title":"Exception fields","type":"object","x-stream-index":"003"},"message":{"description":"Message describing an error","title":"Message","type":"string","x-stream-index":"002"},"more_info":{"description":"URL with additional information","title":"More info","type":"string","x-stream-index":"006"},"unrecoverable":{"description":"Flag that indicates if the error is unrecoverable, requests that return unrecoverable errors should not be retried, this error only applies to the request that caused it","title":"Unrecoverable","type":"boolean","x-stream-index":"008"}},"required":["code","message","StatusCode","duration","more_info","details"],"title":"Error response","type":"object"},"Action":{"properties":{"name":{"type":"string","x-stream-index":"001"},"style":{"type":"string","x-stream-index":"004"},"text":{"type":"string","x-stream-index":"002"},"type":{"type":"string","x-stream-index":"003"},"value":{"type":"string","x-stream-index":"005"}},"required":["name","text","type"],"type":"object"},"ActionLogResponse":{"nullable":true,"properties":{"ai_providers":{"items":{"type":"string"},"type":"array","x-stream-index":"011"},"created_at":{"description":"Timestamp when the action was taken","format":"date-time","title":"Created At","type":"string","x-stream-index":"002"},"custom":{"additionalProperties":{},"description":"Additional metadata about the action","title":"Custom","type":"object","x-stream-index":"007"},"id":{"description":"Unique identifier of the action log","title":"ID","type":"string","x-stream-index":"001"},"reason":{"description":"Reason for the moderation action","title":"Reason","type":"string","x-stream-index":"006"},"review_queue_item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","description":"Associated review queue item","title":"Review Queue Item","x-stream-index":"008"},"target_user":{"$ref":"#/components/schemas/UserResponse","description":"User who was the target of the action","title":"Target User","x-stream-index":"009"},"target_user_id":{"description":"ID of the user who was the target of the action","title":"Target User ID","type":"string","x-stream-index":"010"},"type":{"description":"Type of moderation action","title":"Type","type":"string","x-stream-index":"003"},"user":{"$ref":"#/components/schemas/UserResponse","description":"User who performed the action","title":"User","x-stream-index":"004"},"user_id":{"description":"ID of the user who performed the action","title":"User ID","type":"string","x-stream-index":"005"}},"required":["id","created_at","type","user_id","reason","custom","target_user_id","ai_providers"],"type":"object"},"AppealAcceptedEvent":{"description":"This event is sent when an appeal is accepted","nullable":true,"properties":{"appeal":{"$ref":"#/components/schemas/AppealItemResponse","description":"The appeal that was accepted","title":"Appeal","x-stream-index":"002"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"type":{"default":"appeal.accepted","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom"],"title":"AppealAcceptedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"AppealCreatedEvent":{"description":"This event is sent when an appeal is created","nullable":true,"properties":{"appeal":{"$ref":"#/components/schemas/AppealItemResponse","description":"The appeal that was created","title":"Appeal","x-stream-index":"002"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"type":{"default":"appeal.created","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom"],"title":"AppealCreatedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"AppealItemResponse":{"properties":{"appeal_reason":{"description":"Reason Text of the Appeal Item","title":"Appeal Reason","type":"string","x-stream-index":"006"},"attachments":{"description":"Attachments(e.g. Images) of the Appeal Item","items":{"type":"string"},"title":"Attachments","type":"array","x-stream-index":"009"},"created_at":{"description":"When the flag was created","format":"date-time","title":"Created At","type":"string","x-stream-index":"010"},"decision_reason":{"description":"Decision Reason of the Appeal Item","title":"Decision Reason","type":"string","x-stream-index":"008"},"entity_content":{"$ref":"#/components/schemas/ModerationPayload","x-stream-index":"005"},"entity_id":{"description":"ID of the entity","title":"Entity ID","type":"string","x-stream-index":"004"},"entity_type":{"description":"Type of entity","title":"Entity Type","type":"string","x-stream-index":"003"},"id":{"type":"string","x-stream-index":"001"},"status":{"description":"Status of the Appeal Item","title":"Status","type":"string","x-stream-index":"007"},"updated_at":{"description":"When the flag was last updated","format":"date-time","title":"Updated At","type":"string","x-stream-index":"011"},"user":{"$ref":"#/components/schemas/UserResponse","description":"Details of the user who created the appeal","title":"User","x-stream-index":"002"}},"required":["id","entity_type","entity_id","appeal_reason","status","created_at","updated_at"],"type":"object"},"AppealRejectedEvent":{"description":"This event is sent when an appeal is rejected","nullable":true,"properties":{"appeal":{"$ref":"#/components/schemas/AppealItemResponse","description":"The appeal that was rejected","title":"Appeal","x-stream-index":"002"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"type":{"default":"appeal.rejected","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom"],"title":"AppealRejectedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"AsyncBulkImageModerationEvent":{"nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"003.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003.007"},"finished_at":{"format":"date-time","type":"string","x-stream-index":"002.003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"003.004"},"started_at":{"format":"date-time","type":"string","x-stream-index":"002.002"},"task_id":{"type":"string","x-stream-index":"002.001"},"type":{"default":"export.bulk_image_moderation.success","type":"string","x-stream-index":"003.002"},"url":{"type":"string","x-stream-index":"001"}},"required":["url","task_id","started_at","finished_at","type","created_at","custom"],"title":"AsyncBulkImageModerationEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"AsyncExportErrorEvent":{"nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"003.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003.007"},"error":{"type":"string","x-stream-index":"001"},"finished_at":{"format":"date-time","type":"string","x-stream-index":"002.003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"003.004"},"started_at":{"format":"date-time","type":"string","x-stream-index":"002.002"},"task_id":{"type":"string","x-stream-index":"002.001"},"type":{"default":"export.bulk_image_moderation.error","type":"string","x-stream-index":"003.002"}},"required":["error","task_id","started_at","finished_at","type","created_at","custom"],"title":"AsyncExportErrorEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"AsyncExportModerationLogsEvent":{"nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"003.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003.007"},"finished_at":{"format":"date-time","type":"string","x-stream-index":"002.003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"003.004"},"started_at":{"format":"date-time","type":"string","x-stream-index":"002.002"},"task_id":{"type":"string","x-stream-index":"002.001"},"type":{"default":"export.moderation_logs.success","type":"string","x-stream-index":"003.002"},"url":{"type":"string","x-stream-index":"001"}},"required":["url","task_id","started_at","finished_at","type","created_at","custom"],"title":"AsyncExportModerationLogsEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"Attachment":{"properties":{"actions":{"items":{"$ref":"#/components/schemas/Action"},"type":"array","x-stream-index":"020"},"asset_url":{"type":"string","x-stream-index":"002"},"author_icon":{"type":"string","x-stream-index":"003"},"author_link":{"type":"string","x-stream-index":"004"},"author_name":{"type":"string","x-stream-index":"005"},"color":{"type":"string","x-stream-index":"006"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001"},"fallback":{"type":"string","x-stream-index":"007"},"fields":{"items":{"$ref":"#/components/schemas/Field"},"type":"array","x-stream-index":"021"},"footer":{"type":"string","x-stream-index":"008"},"footer_icon":{"type":"string","x-stream-index":"009"},"giphy":{"$ref":"#/components/schemas/Images","x-stream-index":"022"},"image_url":{"type":"string","x-stream-index":"010"},"og_scrape_url":{"type":"string","x-stream-index":"011"},"original_height":{"format":"int32","type":"integer","x-stream-index":"012"},"original_width":{"format":"int32","type":"integer","x-stream-index":"013"},"pretext":{"type":"string","x-stream-index":"014"},"text":{"type":"string","x-stream-index":"015"},"thumb_url":{"type":"string","x-stream-index":"016"},"title":{"type":"string","x-stream-index":"017"},"title_link":{"type":"string","x-stream-index":"018"},"type":{"type":"string","x-stream-index":"019"}},"required":["custom"],"type":"object"},"AudioSettingsResponse":{"properties":{"access_request_enabled":{"type":"boolean","x-stream-index":"001"},"default_device":{"type":"string","x-stream-index":"002"},"hifi_audio_enabled":{"type":"boolean","x-stream-index":"003"},"mic_default_on":{"type":"boolean","x-stream-index":"004"},"noise_cancellation":{"$ref":"#/components/schemas/NoiseCancellationSettings","x-stream-index":"008"},"opus_dtx_enabled":{"type":"boolean","x-stream-index":"005"},"redundant_coding_enabled":{"type":"boolean","x-stream-index":"006"},"speaker_default_on":{"type":"boolean","x-stream-index":"007"}},"required":["access_request_enabled","default_device","hifi_audio_enabled","mic_default_on","opus_dtx_enabled","redundant_coding_enabled","speaker_default_on"],"type":"object"},"BackstageSettingsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"},"join_ahead_time_seconds":{"format":"int32","type":"integer","x-stream-index":"002"}},"required":["enabled"],"type":"object"},"BanInfoResponse":{"description":"Ban information","nullable":true,"properties":{"created_at":{"description":"When the ban was created","format":"date-time","title":"Created At","type":"string","x-stream-index":"006"},"created_by":{"$ref":"#/components/schemas/UserResponse","description":"User who created the ban","title":"Created By","x-stream-index":"005"},"expires":{"description":"When the ban expires","format":"date-time","title":"Expires","type":"string","x-stream-index":"002"},"reason":{"description":"Reason for the ban","title":"Reason","type":"string","x-stream-index":"003"},"shadow":{"description":"Whether this is a shadow ban","title":"Shadow","type":"boolean","x-stream-index":"004"},"user":{"$ref":"#/components/schemas/UserResponse","description":"The banned user","title":"User","x-stream-index":"001"}},"required":["created_at"],"title":"BanInfo","type":"object"},"BlockListOptions":{"properties":{"behavior":{"type":"string","x-stream-index":"001"},"blocklist":{"type":"string","x-stream-index":"002"}},"required":["behavior","blocklist"],"type":"object"},"BroadcastSettingsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"},"hls":{"$ref":"#/components/schemas/HLSSettingsResponse","x-stream-index":"002"},"rtmp":{"$ref":"#/components/schemas/RTMPSettingsResponse","x-stream-index":"003"}},"required":["enabled","hls","rtmp"],"type":"object"},"CallIngressResponse":{"properties":{"rtmp":{"$ref":"#/components/schemas/RTMPIngress","x-stream-index":"001"},"srt":{"$ref":"#/components/schemas/SRTIngress","x-stream-index":"002"},"whip":{"$ref":"#/components/schemas/WHIPIngress","x-stream-index":"003"}},"required":["rtmp","srt","whip"],"type":"object"},"CallParticipantResponse":{"properties":{"joined_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"001"},"role":{"type":"string","x-stream-index":"002"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"004"},"user_session_id":{"type":"string","x-stream-index":"003"}},"required":["joined_at","role","user_session_id","user"],"type":"object"},"CallResponse":{"properties":{"backstage":{"type":"boolean","x-stream-index":"001"},"blocked_user_ids":{"items":{"type":"string"},"type":"array","x-stream-index":"012"},"captioning":{"type":"boolean","x-stream-index":"002"},"channel_cid":{"type":"string","x-stream-index":"018"},"cid":{"type":"string","x-stream-index":"003"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"004"},"created_by":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"013"},"current_session_id":{"type":"string","x-stream-index":"005"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"014"},"egress":{"$ref":"#/components/schemas/EgressResponse","x-stream-index":"015"},"ended_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"019"},"id":{"type":"string","x-stream-index":"006"},"ingress":{"$ref":"#/components/schemas/CallIngressResponse","x-stream-index":"016"},"join_ahead_time_seconds":{"format":"int32","type":"integer","x-stream-index":"020"},"recording":{"type":"boolean","x-stream-index":"007"},"routing_number":{"type":"string","x-stream-index":"021"},"session":{"$ref":"#/components/schemas/CallSessionResponse","x-stream-index":"024"},"settings":{"$ref":"#/components/schemas/CallSettingsResponse","x-stream-index":"017"},"starts_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"022"},"team":{"type":"string","x-stream-index":"023"},"thumbnails":{"$ref":"#/components/schemas/ThumbnailResponse","x-stream-index":"025"},"transcribing":{"type":"boolean","x-stream-index":"008"},"translating":{"type":"boolean","x-stream-index":"009"},"type":{"type":"string","x-stream-index":"011"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"010"}},"required":["backstage","captioning","cid","created_at","current_session_id","id","recording","transcribing","translating","updated_at","type","blocked_user_ids","created_by","custom","egress","ingress","settings"],"type":"object"},"CallSessionResponse":{"properties":{"accepted_by":{"additionalProperties":{"$ref":"#/components/schemas/Timestamp"},"type":"object","x-stream-index":"004"},"anonymous_participant_count":{"format":"int32","type":"integer","x-stream-index":"001"},"ended_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"008"},"id":{"type":"string","x-stream-index":"002"},"live_ended_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"009"},"live_started_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"010"},"missed_by":{"additionalProperties":{"$ref":"#/components/schemas/Timestamp"},"type":"object","x-stream-index":"005"},"participants":{"items":{"$ref":"#/components/schemas/CallParticipantResponse"},"type":"array","x-stream-index":"003"},"participants_count_by_role":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"006"},"rejected_by":{"additionalProperties":{"$ref":"#/components/schemas/Timestamp"},"type":"object","x-stream-index":"007"},"started_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"011"},"timer_ends_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"012"}},"required":["anonymous_participant_count","id","participants","accepted_by","missed_by","participants_count_by_role","rejected_by"],"type":"object"},"CallSettingsResponse":{"properties":{"audio":{"$ref":"#/components/schemas/AudioSettingsResponse","x-stream-index":"001"},"backstage":{"$ref":"#/components/schemas/BackstageSettingsResponse","x-stream-index":"002"},"broadcasting":{"$ref":"#/components/schemas/BroadcastSettingsResponse","x-stream-index":"003"},"frame_recording":{"$ref":"#/components/schemas/FrameRecordingSettingsResponse","x-stream-index":"004"},"geofencing":{"$ref":"#/components/schemas/GeofenceSettingsResponse","x-stream-index":"005"},"individual_recording":{"$ref":"#/components/schemas/IndividualRecordingSettingsResponse","x-stream-index":"006"},"ingress":{"$ref":"#/components/schemas/IngressSettingsResponse","x-stream-index":"016"},"limits":{"$ref":"#/components/schemas/LimitsSettingsResponse","x-stream-index":"007"},"raw_recording":{"$ref":"#/components/schemas/RawRecordingSettingsResponse","x-stream-index":"008"},"recording":{"$ref":"#/components/schemas/RecordSettingsResponse","x-stream-index":"009"},"ring":{"$ref":"#/components/schemas/RingSettingsResponse","x-stream-index":"010"},"screensharing":{"$ref":"#/components/schemas/ScreensharingSettingsResponse","x-stream-index":"011"},"session":{"$ref":"#/components/schemas/SessionSettingsResponse","x-stream-index":"012"},"thumbnails":{"$ref":"#/components/schemas/ThumbnailsSettingsResponse","x-stream-index":"013"},"transcription":{"$ref":"#/components/schemas/TranscriptionSettingsResponse","x-stream-index":"014"},"video":{"$ref":"#/components/schemas/VideoSettingsResponse","x-stream-index":"015"}},"required":["audio","backstage","broadcasting","frame_recording","geofencing","individual_recording","limits","raw_recording","recording","ring","screensharing","session","thumbnails","transcription","video"],"type":"object"},"ChannelConfigWithInfo":{"properties":{"allowed_flag_reasons":{"items":{"type":"string"},"type":"array","x-stream-index":"033"},"automod":{"type":"string","x-stream-index":"001"},"automod_behavior":{"type":"string","x-stream-index":"002"},"automod_thresholds":{"$ref":"#/components/schemas/Thresholds","x-stream-index":"035"},"blocklist":{"type":"string","x-stream-index":"028"},"blocklist_behavior":{"type":"string","x-stream-index":"029"},"blocklists":{"items":{"$ref":"#/components/schemas/BlockListOptions"},"type":"array","x-stream-index":"034"},"chat_preferences":{"$ref":"#/components/schemas/ChatPreferences","x-stream-index":"036"},"commands":{"items":{"$ref":"#/components/schemas/Command"},"type":"array","x-stream-index":"027"},"connect_events":{"type":"boolean","x-stream-index":"003"},"count_messages":{"type":"boolean","x-stream-index":"004"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"005"},"custom_events":{"type":"boolean","x-stream-index":"006"},"delivery_events":{"type":"boolean","x-stream-index":"007"},"grants":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object","x-stream-index":"037"},"mark_messages_pending":{"type":"boolean","x-stream-index":"008"},"max_message_length":{"format":"int32","type":"integer","x-stream-index":"009"},"mutes":{"type":"boolean","x-stream-index":"010"},"name":{"type":"string","x-stream-index":"011"},"partition_size":{"format":"int32","type":"integer","x-stream-index":"030"},"partition_ttl":{"type":"string","x-stream-index":"031"},"polls":{"type":"boolean","x-stream-index":"012"},"push_level":{"type":"string","x-stream-index":"032"},"push_notifications":{"type":"boolean","x-stream-index":"013"},"quotes":{"type":"boolean","x-stream-index":"014"},"reactions":{"type":"boolean","x-stream-index":"015"},"read_events":{"type":"boolean","x-stream-index":"016"},"reminders":{"type":"boolean","x-stream-index":"017"},"replies":{"type":"boolean","x-stream-index":"018"},"search":{"type":"boolean","x-stream-index":"019"},"shared_locations":{"type":"boolean","x-stream-index":"020"},"skip_last_msg_update_for_system_msgs":{"type":"boolean","x-stream-index":"021"},"typing_events":{"type":"boolean","x-stream-index":"022"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"023"},"uploads":{"type":"boolean","x-stream-index":"024"},"url_enrichment":{"type":"boolean","x-stream-index":"025"},"user_message_reminders":{"type":"boolean","x-stream-index":"026"}},"required":["automod","automod_behavior","connect_events","count_messages","created_at","custom_events","delivery_events","mark_messages_pending","max_message_length","mutes","name","polls","push_notifications","quotes","reactions","read_events","reminders","replies","search","shared_locations","skip_last_msg_update_for_system_msgs","typing_events","updated_at","uploads","url_enrichment","user_message_reminders","commands"],"type":"object"},"ChannelMemberResponse":{"properties":{"archived_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"008"},"ban_expires":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"009"},"banned":{"type":"boolean","x-stream-index":"001"},"channel_role":{"type":"string","x-stream-index":"002"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"007"},"deleted_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"010"},"deleted_messages":{"items":{"type":"string"},"type":"array","x-stream-index":"019"},"invite_accepted_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"011"},"invite_rejected_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"012"},"invited":{"type":"boolean","x-stream-index":"013"},"is_moderator":{"type":"boolean","x-stream-index":"014"},"notifications_muted":{"type":"boolean","x-stream-index":"004"},"pinned_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"015"},"role":{"type":"string","x-stream-index":"016"},"shadow_banned":{"type":"boolean","x-stream-index":"005"},"status":{"type":"string","x-stream-index":"017"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"006"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"020"},"user_id":{"type":"string","x-stream-index":"018"}},"required":["banned","channel_role","created_at","notifications_muted","shadow_banned","updated_at","custom"],"type":"object"},"ChannelResponse":{"properties":{"auto_translation_enabled":{"type":"boolean","x-stream-index":"009"},"auto_translation_language":{"type":"string","x-stream-index":"010"},"blocked":{"type":"boolean","x-stream-index":"011"},"cid":{"type":"string","x-stream-index":"001"},"config":{"$ref":"#/components/schemas/ChannelConfigWithInfo","x-stream-index":"026"},"cooldown":{"format":"int32","type":"integer","x-stream-index":"012"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"created_by":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"027"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"008"},"deleted_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"013"},"disabled":{"type":"boolean","x-stream-index":"003"},"filter_tags":{"items":{"type":"string"},"type":"array","x-stream-index":"023"},"frozen":{"type":"boolean","x-stream-index":"004"},"hidden":{"type":"boolean","x-stream-index":"014"},"hide_messages_before":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"015"},"id":{"type":"string","x-stream-index":"005"},"last_message_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"016"},"member_count":{"format":"int32","type":"integer","x-stream-index":"017"},"members":{"items":{"$ref":"#/components/schemas/ChannelMemberResponse"},"type":"array","x-stream-index":"024"},"message_count":{"format":"int32","type":"integer","x-stream-index":"018"},"mute_expires_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"019"},"muted":{"type":"boolean","x-stream-index":"020"},"own_capabilities":{"items":{"type":"string"},"type":"array","x-stream-index":"025"},"team":{"type":"string","x-stream-index":"021"},"truncated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"022"},"truncated_by":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"028"},"type":{"type":"string","x-stream-index":"007"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"006"}},"required":["cid","created_at","disabled","frozen","id","updated_at","type","custom"],"type":"object"},"ChatMessageTaskResponse":{"description":"Chat message task response","properties":{"assigned_to":{"description":"The person that this task is assigned to","title":"Assigned To","type":"string","x-stream-index":"014"},"channel_id":{"description":"The Channel ID","title":"Channel ID","type":"string","x-stream-index":"004"},"channel_name":{"description":"The Channel Name, if not provided matches the Channel ID","title":"Channel Name","type":"string","x-stream-index":"006"},"content_type":{"description":"Type of payload for this task","title":"Content Type","type":"string","x-stream-index":"009"},"created_at":{"description":"Date/time of creation","format":"date-time","title":"Created at","type":"string","x-stream-index":"017"},"evaluations":{"description":"a list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/EvaluationResponse"},"title":"Evaluations","type":"array","x-stream-index":"011"},"extra":{"additionalProperties":{},"description":"Extra data that needs to be stored for this task","title":"Extra","type":"object","x-stream-index":"010"},"id":{"description":"Task ID ","title":"ID","type":"string","x-stream-index":"001"},"message_id":{"description":"The ID of the message so the system can know on which message to act if moderation is needed","title":"Message ID","type":"string","x-stream-index":"002"},"reviewed_at":{"description":"The time when the review happened","format":"date-time","title":"Reviewed At","type":"string","x-stream-index":"015"},"reviewed_by":{"description":"The person who did the review","title":"Reviewed By","type":"string","x-stream-index":"016"},"rule":{"$ref":"#/components/schemas/RuleResponse","title":"Rule","x-stream-index":"012"},"status":{"description":"Status of the task. Sync tasks can be completed or error, async tasks can be in pending state","title":"Status","type":"string","x-stream-index":"007"},"text":{"description":"The message text sent for evaluation","title":"Text","type":"string","x-stream-index":"008"},"triggers":{"description":"A list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/TriggerResponse"},"title":"Triggers","type":"array","x-stream-index":"013"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"018"},"user_id":{"description":"The User ID","title":"User ID","type":"string","x-stream-index":"003"},"user_name":{"description":"The User Name, if not provided matches the User ID","title":"User Name","type":"string","x-stream-index":"005"}},"required":["id","message_id","user_id","channel_id","user_name","channel_name","status","text","content_type","evaluations","created_at","updated_at"],"title":"ChatMessageTaskResponse","type":"object"},"ChatPreferences":{"properties":{"channel_mentions":{"type":"string","x-stream-index":"001"},"default_preference":{"type":"string","x-stream-index":"002"},"direct_mentions":{"type":"string","x-stream-index":"003"},"distinct_channel_messages":{"type":"string","x-stream-index":"004"},"group_mentions":{"type":"string","x-stream-index":"005"},"here_mentions":{"type":"string","x-stream-index":"006"},"role_mentions":{"type":"string","x-stream-index":"007"},"thread_replies":{"type":"string","x-stream-index":"008"}},"type":"object"},"Command":{"properties":{"args":{"type":"string","x-stream-index":"001"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"005"},"description":{"type":"string","x-stream-index":"002"},"name":{"type":"string","x-stream-index":"003"},"set":{"type":"string","x-stream-index":"004"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"006"}},"required":["args","description","name","set"],"type":"object"},"CompositeRecordingResponse":{"properties":{"status":{"type":"string","x-stream-index":"001"}},"required":["status"],"type":"object"},"Data":{"properties":{"id":{"type":"string","x-stream-index":"001"}},"required":["id"],"type":"object"},"DeliveryReceiptsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"}},"required":["enabled"],"type":"object"},"DeviceResponse":{"description":"Response for Device","nullable":true,"properties":{"created_at":{"description":"Date/time of creation","format":"date-time","title":"Created at","type":"string","x-stream-index":"004"},"disabled":{"description":"Whether device is disabled or not","title":"Disabled","type":"boolean","x-stream-index":"005"},"disabled_reason":{"description":"Reason explaining why device had been disabled","title":"Reason","type":"string","x-stream-index":"006"},"id":{"description":"Device ID","title":"ID","type":"string","x-stream-index":"003"},"push_provider":{"description":"Push provider","title":"PushProvider","type":"string","x-stream-index":"001"},"push_provider_name":{"description":"Push provider name","title":"PushProviderName","type":"string","x-stream-index":"002"},"user_id":{"description":"User ID","title":"UserID","type":"string","x-stream-index":"008"},"voip":{"description":"When true the token is for Apple VoIP push notifications","title":"Voip","type":"boolean","x-stream-index":"007"}},"required":["push_provider","id","created_at","user_id"],"title":"DeviceResponse","type":"object"},"DraftPayloadResponse":{"properties":{"attachments":{"items":{"$ref":"#/components/schemas/Attachment"},"type":"array","x-stream-index":"012"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003"},"html":{"type":"string","x-stream-index":"004"},"id":{"type":"string","x-stream-index":"001"},"mentioned_users":{"items":{"$ref":"#/components/schemas/UserResponse"},"type":"array","x-stream-index":"013"},"mml":{"type":"string","x-stream-index":"005"},"parent_id":{"type":"string","x-stream-index":"006"},"poll_id":{"type":"string","x-stream-index":"007"},"quoted_message_id":{"type":"string","x-stream-index":"008"},"show_in_channel":{"type":"boolean","x-stream-index":"009"},"silent":{"type":"boolean","x-stream-index":"010"},"text":{"type":"string","x-stream-index":"002"},"type":{"type":"string","x-stream-index":"011"}},"required":["id","text","custom"],"type":"object"},"DraftResponse":{"properties":{"channel":{"$ref":"#/components/schemas/ChannelResponse","x-stream-index":"005"},"channel_cid":{"type":"string","x-stream-index":"001"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"message":{"$ref":"#/components/schemas/DraftPayloadResponse","x-stream-index":"003"},"parent_id":{"type":"string","x-stream-index":"004"},"parent_message":{"$ref":"#/components/schemas/MessageResponse","x-stream-index":"006"},"quoted_message":{"$ref":"#/components/schemas/MessageResponse","x-stream-index":"007"}},"required":["channel_cid","created_at","message"],"type":"object"},"EgressHLSResponse":{"properties":{"playlist_url":{"type":"string","x-stream-index":"001"},"status":{"type":"string","x-stream-index":"002"}},"required":["playlist_url","status"],"type":"object"},"EgressRTMPResponse":{"properties":{"name":{"type":"string","x-stream-index":"001"},"started_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"stream_key":{"type":"string","x-stream-index":"003"},"stream_url":{"type":"string","x-stream-index":"004"}},"required":["name","started_at"],"type":"object"},"EgressResponse":{"properties":{"broadcasting":{"type":"boolean","x-stream-index":"001"},"composite_recording":{"$ref":"#/components/schemas/CompositeRecordingResponse","x-stream-index":"003"},"frame_recording":{"$ref":"#/components/schemas/FrameRecordingResponse","x-stream-index":"004"},"hls":{"$ref":"#/components/schemas/EgressHLSResponse","x-stream-index":"005"},"individual_recording":{"$ref":"#/components/schemas/IndividualRecordingResponse","x-stream-index":"006"},"raw_recording":{"$ref":"#/components/schemas/RawRecordingResponse","x-stream-index":"007"},"rtmps":{"items":{"$ref":"#/components/schemas/EgressRTMPResponse"},"type":"array","x-stream-index":"002"}},"required":["broadcasting","rtmps"],"type":"object"},"EnrichedActivity":{"properties":{"actor":{"$ref":"#/components/schemas/Data","x-stream-index":"002"},"foreign_id":{"type":"string","x-stream-index":"005"},"id":{"type":"string","x-stream-index":"001"},"latest_reactions":{"additionalProperties":{"items":{"$ref":"#/components/schemas/EnrichedReaction"},"type":"array"},"type":"object","x-stream-index":"013"},"object":{"$ref":"#/components/schemas/Data","x-stream-index":"004"},"origin":{"$ref":"#/components/schemas/Data","x-stream-index":"008"},"own_reactions":{"additionalProperties":{"items":{"$ref":"#/components/schemas/EnrichedReaction"},"type":"array"},"type":"object","x-stream-index":"012"},"reaction_counts":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"011"},"score":{"format":"float","type":"number","x-stream-index":"010"},"target":{"$ref":"#/components/schemas/Data","x-stream-index":"006"},"time":{"$ref":"#/components/schemas/Time","x-stream-index":"007"},"to":{"items":{"type":"string"},"type":"array","x-stream-index":"009"},"verb":{"type":"string","x-stream-index":"003"}},"type":"object"},"EnrichedCollection":{"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"005"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003"},"id":{"type":"string","x-stream-index":"002"},"name":{"type":"string","x-stream-index":"001"},"status":{"type":"string","x-stream-index":"007"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"006"},"user_id":{"type":"string","x-stream-index":"004"}},"required":["name","id","custom","user_id","created_at","updated_at","status"],"type":"object"},"EnrichedReaction":{"nullable":true,"properties":{"activity_id":{"type":"string","x-stream-index":"003"},"children_counts":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"010"},"created_at":{"$ref":"#/components/schemas/Time","x-stream-index":"012"},"data":{"additionalProperties":{},"type":"object","x-stream-index":"005"},"id":{"type":"string","x-stream-index":"001"},"kind":{"type":"string","x-stream-index":"002"},"latest_children":{"additionalProperties":{"items":{"$ref":"#/components/schemas/EnrichedReaction"},"type":"array"},"type":"object","x-stream-index":"008"},"own_children":{"additionalProperties":{"items":{"$ref":"#/components/schemas/EnrichedReaction"},"type":"array"},"type":"object","x-stream-index":"009"},"parent":{"type":"string","x-stream-index":"007"},"target_feeds":{"items":{"type":"string"},"type":"array","x-stream-index":"006"},"updated_at":{"$ref":"#/components/schemas/Time","x-stream-index":"013"},"user":{"$ref":"#/components/schemas/Data","x-stream-index":"011"},"user_id":{"type":"string","x-stream-index":"004"}},"required":["kind","activity_id","user_id"],"type":"object"},"EntityCreatorResponse":{"properties":{"avg_response_time":{"format":"int32","type":"integer","x-stream-index":"001.001.018"},"ban_count":{"description":"Number of minor actions performed on the user","format":"int32","title":"Ban Count","type":"integer","x-stream-index":"002"},"ban_expires":{"format":"date-time","type":"string","x-stream-index":"001.004"},"banned":{"type":"boolean","x-stream-index":"001.001.012"},"blocked_user_ids":{"items":{"type":"string"},"type":"array","x-stream-index":"001.001.017"},"bypass_moderation":{"type":"boolean","x-stream-index":"001.003"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.001.009"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.001.004"},"deactivated_at":{"format":"date-time","type":"string","x-stream-index":"001.001.016"},"deleted_at":{"format":"date-time","type":"string","x-stream-index":"001.001.011"},"deleted_content_count":{"description":"Number of major actions performed on the user","format":"int32","title":"Deleted Content Count","type":"integer","x-stream-index":"003"},"devices":{"items":{"$ref":"#/components/schemas/DeviceResponse"},"type":"array","x-stream-index":"001.007"},"flagged_count":{"description":"Number of flag actions performed on the user","format":"int32","title":"Flagged Count","type":"integer","x-stream-index":"004"},"id":{"type":"string","x-stream-index":"001.001.001"},"image":{"type":"string","x-stream-index":"001.001.003"},"invisible":{"type":"boolean","x-stream-index":"001.008"},"language":{"type":"string","x-stream-index":"001.001.005"},"last_active":{"format":"date-time","type":"string","x-stream-index":"001.001.014"},"name":{"type":"string","x-stream-index":"001.001.002"},"online":{"type":"boolean","x-stream-index":"001.001.013"},"privacy_settings":{"$ref":"#/components/schemas/PrivacySettingsResponse","x-stream-index":"001.006"},"push_notifications":{"$ref":"#/components/schemas/PushNotificationSettingsResponse","x-stream-index":"001.005"},"revoke_tokens_issued_before":{"format":"date-time","type":"string","x-stream-index":"001.001.015"},"role":{"type":"string","x-stream-index":"001.001.006"},"shadow_banned":{"type":"boolean","x-stream-index":"001.002"},"teams":{"items":{"type":"string"},"type":"array","x-stream-index":"001.001.007"},"teams_role":{"additionalProperties":{"type":"string"},"type":"object","x-stream-index":"001.001.008"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"001.001.010"}},"required":["id","custom","language","role","teams","created_at","updated_at","banned","online","blocked_user_ids","shadow_banned","invisible","ban_count","deleted_content_count","flagged_count"],"type":"object"},"EscalationMetadata":{"properties":{"notes":{"type":"string","x-stream-index":"002"},"priority":{"type":"string","x-stream-index":"003"},"reason":{"type":"string","x-stream-index":"001"}},"type":"object"},"EvaluationPayload":{"nullable":true,"properties":{"matches":{"description":"List of matches","items":{"$ref":"#/components/schemas/MatchPayload"},"title":"Matches","type":"array","x-stream-index":"005"},"phrase_list_ids":{"description":"List of phrase list IDs","items":{"format":"int32","type":"integer"},"title":"Phrase List IDs","type":"array","x-stream-index":"003"},"phrases":{"description":"List of matched phrases","items":{"type":"string"},"title":"Phrases","type":"array","x-stream-index":"004"},"score":{"description":"Evaluation score","format":"float","title":"Score","type":"number","x-stream-index":"002"},"type":{"description":"Evaluation type","enum":["spam_commercial","platform_circumvention","semantic_filter"],"title":"Type","type":"string","x-stream-index":"001"}},"required":["type"],"title":"EvaluationPayload","type":"object"},"EvaluationResponse":{"properties":{"matches":{"items":{"$ref":"#/components/schemas/MatchResponse"},"type":"array","x-stream-index":"003"},"score":{"format":"float","type":"number","x-stream-index":"002"},"type":{"type":"string","x-stream-index":"001"}},"required":["type","score"],"type":"object"},"FeedsReactionGroup":{"properties":{"count":{"format":"int32","type":"integer","x-stream-index":"001"},"first_reaction_at":{"format":"date-time","type":"string","x-stream-index":"002"},"last_reaction_at":{"format":"date-time","type":"string","x-stream-index":"003"}},"required":["count","first_reaction_at","last_reaction_at"],"type":"object"},"FeedsV3ActivityResponse":{"properties":{"attachments":{"items":{"$ref":"#/components/schemas/Attachment"},"type":"array","x-stream-index":"014"},"bookmark_count":{"format":"int32","type":"integer","x-stream-index":"026"},"collections":{"additionalProperties":{"$ref":"#/components/schemas/EnrichedCollection"},"type":"object","x-stream-index":"021"},"comment_count":{"format":"int32","type":"integer","x-stream-index":"025"},"comments":{"items":{"$ref":"#/components/schemas/FeedsV3CommentResponse"},"type":"array","x-stream-index":"016"},"created_at":{"format":"date-time","type":"string","x-stream-index":"009"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"017"},"deleted_at":{"format":"date-time","type":"string","x-stream-index":"012"},"edited_at":{"format":"date-time","type":"string","x-stream-index":"011"},"expires_at":{"format":"date-time","type":"string","x-stream-index":"013"},"feeds":{"items":{"type":"string"},"type":"array","x-stream-index":"004"},"filter_tags":{"items":{"type":"string"},"type":"array","x-stream-index":"019"},"hidden":{"type":"boolean","x-stream-index":"035"},"id":{"type":"string","x-stream-index":"001"},"interest_tags":{"items":{"type":"string"},"type":"array","x-stream-index":"020"},"latest_reactions":{"additionalProperties":{},"type":"array","x-stream-index":"031"},"mentioned_users":{"items":{"$ref":"#/components/schemas/UserResponse"},"type":"array","x-stream-index":"015"},"metrics":{"additionalProperties":{"format":"int64","type":"integer"},"type":"object","x-stream-index":"030"},"moderation":{"$ref":"#/components/schemas/ModerationV2Response","x-stream-index":"022"},"moderation_action":{"type":"string","x-stream-index":"023"},"own_bookmarks":{"additionalProperties":{},"type":"array","x-stream-index":"034"},"own_reactions":{"additionalProperties":{},"type":"array","x-stream-index":"033"},"popularity":{"format":"int32","type":"integer","x-stream-index":"024"},"preview":{"type":"boolean","x-stream-index":"036"},"reaction_count":{"format":"int32","type":"integer","x-stream-index":"028"},"reaction_groups":{"additionalProperties":{"$ref":"#/components/schemas/FeedsReactionGroup"},"type":"object","x-stream-index":"032"},"restrict_replies":{"type":"string","x-stream-index":"007"},"score":{"format":"float","type":"number","x-stream-index":"029"},"search_data":{"additionalProperties":{},"type":"object","x-stream-index":"018"},"share_count":{"format":"int32","type":"integer","x-stream-index":"027"},"text":{"type":"string","x-stream-index":"008"},"type":{"type":"string","x-stream-index":"002"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"010"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"003"},"visibility":{"type":"string","x-stream-index":"005"},"visibility_tag":{"type":"string","x-stream-index":"006"}},"required":["id","type","user","feeds","visibility","restrict_replies","created_at","updated_at","attachments","mentioned_users","comments","custom","search_data","filter_tags","interest_tags","collections","popularity","comment_count","bookmark_count","share_count","reaction_count","score","latest_reactions","reaction_groups","own_reactions","own_bookmarks","hidden","preview"],"type":"object"},"FeedsV3CommentResponse":{"properties":{"attachments":{"items":{"$ref":"#/components/schemas/Attachment"},"type":"array","x-stream-index":"010"},"confidence_score":{"format":"float","type":"number","x-stream-index":"019"},"controversy_score":{"format":"float","type":"number","x-stream-index":"020"},"created_at":{"format":"date-time","type":"string","x-stream-index":"012"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"011"},"deleted_at":{"format":"date-time","type":"string","x-stream-index":"015"},"downvote_count":{"format":"int32","type":"integer","x-stream-index":"017"},"edited_at":{"format":"date-time","type":"string","x-stream-index":"014"},"id":{"type":"string","x-stream-index":"001"},"mentioned_users":{"items":{"$ref":"#/components/schemas/UserResponse"},"type":"array","x-stream-index":"008"},"moderation":{"$ref":"#/components/schemas/ModerationV2Response","x-stream-index":"023"},"object_id":{"type":"string","x-stream-index":"002"},"object_type":{"type":"string","x-stream-index":"003"},"own_reactions":{"additionalProperties":{},"type":"array","x-stream-index":"009"},"parent_id":{"type":"string","x-stream-index":"006"},"reaction_count":{"format":"int32","type":"integer","x-stream-index":"022"},"reply_count":{"format":"int32","type":"integer","x-stream-index":"021"},"score":{"format":"int32","type":"integer","x-stream-index":"018"},"status":{"type":"string","x-stream-index":"004"},"text":{"type":"string","x-stream-index":"005"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"013"},"upvote_count":{"format":"int32","type":"integer","x-stream-index":"016"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"007"}},"required":["id","object_id","object_type","status","user","mentioned_users","own_reactions","created_at","updated_at","upvote_count","downvote_count","score","confidence_score","reply_count","reaction_count"],"type":"object"},"Field":{"properties":{"short":{"type":"boolean","x-stream-index":"001"},"title":{"type":"string","x-stream-index":"002"},"value":{"type":"string","x-stream-index":"003"}},"required":["short","title","value"],"type":"object"},"FrameRecordingResponse":{"properties":{"status":{"type":"string","x-stream-index":"001"}},"required":["status"],"type":"object"},"FrameRecordingSettingsResponse":{"properties":{"capture_interval_in_seconds":{"format":"int32","type":"integer","x-stream-index":"001"},"mode":{"type":"string","x-stream-index":"002"},"quality":{"type":"string","x-stream-index":"003"}},"required":["capture_interval_in_seconds","mode"],"type":"object"},"GeofenceSettingsResponse":{"properties":{"names":{"items":{"type":"string"},"type":"array","x-stream-index":"001"}},"required":["names"],"type":"object"},"GetTaskResponse":{"nullable":true,"properties":{"duration":{"type":"string","x-stream-index":"002.001"},"task":{"$ref":"#/components/schemas/TaskResponse","title":"Task","x-stream-index":"001"}},"required":["task","duration"],"title":"GetTaskResponse","type":"object"},"HLSSettingsResponse":{"properties":{"auto_on":{"type":"boolean","x-stream-index":"001"},"enabled":{"type":"boolean","x-stream-index":"002"},"layout":{"$ref":"#/components/schemas/LayoutSettingsResponse","x-stream-index":"004"},"quality_tracks":{"items":{"type":"string"},"type":"array","x-stream-index":"003"}},"required":["auto_on","enabled","quality_tracks","layout"],"type":"object"},"ImageData":{"properties":{"frames":{"type":"string","x-stream-index":"001"},"height":{"type":"string","x-stream-index":"002"},"size":{"type":"string","x-stream-index":"003"},"url":{"type":"string","x-stream-index":"004"},"width":{"type":"string","x-stream-index":"005"}},"required":["frames","height","size","url","width"],"type":"object"},"Images":{"properties":{"fixed_height":{"$ref":"#/components/schemas/ImageData","x-stream-index":"001"},"fixed_height_downsampled":{"$ref":"#/components/schemas/ImageData","x-stream-index":"002"},"fixed_height_still":{"$ref":"#/components/schemas/ImageData","x-stream-index":"003"},"fixed_width":{"$ref":"#/components/schemas/ImageData","x-stream-index":"004"},"fixed_width_downsampled":{"$ref":"#/components/schemas/ImageData","x-stream-index":"005"},"fixed_width_still":{"$ref":"#/components/schemas/ImageData","x-stream-index":"006"},"original":{"$ref":"#/components/schemas/ImageData","x-stream-index":"007"}},"required":["fixed_height","fixed_height_downsampled","fixed_height_still","fixed_width","fixed_width_downsampled","fixed_width_still","original"],"type":"object"},"IndividualRecordingResponse":{"properties":{"status":{"type":"string","x-stream-index":"001"}},"required":["status"],"type":"object"},"IndividualRecordingSettingsResponse":{"properties":{"mode":{"type":"string","x-stream-index":"001"},"output_types":{"items":{"type":"string"},"type":"array","x-stream-index":"002"}},"required":["mode"],"type":"object"},"IngressAudioEncodingResponse":{"properties":{"bitrate":{"format":"int32","type":"integer","x-stream-index":"001"},"channels":{"format":"int32","type":"integer","x-stream-index":"002"},"enable_dtx":{"type":"boolean","x-stream-index":"003"}},"required":["bitrate","channels","enable_dtx"],"type":"object"},"IngressSettingsResponse":{"properties":{"audio_encoding_options":{"$ref":"#/components/schemas/IngressAudioEncodingResponse","x-stream-index":"002"},"enabled":{"type":"boolean","x-stream-index":"001"},"video_encoding_options":{"additionalProperties":{"$ref":"#/components/schemas/IngressVideoEncodingResponse"},"type":"object","x-stream-index":"003"}},"required":["enabled"],"type":"object"},"IngressSourceResponse":{"properties":{"fps":{"format":"int32","type":"integer","x-stream-index":"001"},"height":{"format":"int32","type":"integer","x-stream-index":"002"},"width":{"format":"int32","type":"integer","x-stream-index":"003"}},"required":["fps","height","width"],"type":"object"},"IngressVideoEncodingResponse":{"properties":{"layers":{"items":{"$ref":"#/components/schemas/IngressVideoLayerResponse"},"type":"array","x-stream-index":"001"},"source":{"$ref":"#/components/schemas/IngressSourceResponse","x-stream-index":"002"}},"required":["layers","source"],"type":"object"},"IngressVideoLayerResponse":{"properties":{"bitrate":{"format":"int32","type":"integer","x-stream-index":"001"},"codec":{"type":"string","x-stream-index":"002"},"frame_rate_limit":{"format":"int32","type":"integer","x-stream-index":"003"},"max_dimension":{"format":"int32","type":"integer","x-stream-index":"004"},"min_dimension":{"format":"int32","type":"integer","x-stream-index":"005"}},"required":["bitrate","codec","frame_rate_limit","max_dimension","min_dimension"],"type":"object"},"LabelThresholds":{"properties":{"block":{"format":"float","type":"number","x-stream-index":"001"},"flag":{"format":"float","type":"number","x-stream-index":"002"}},"type":"object"},"LayoutSettingsResponse":{"properties":{"detect_orientation":{"type":"boolean","x-stream-index":"004"},"external_app_url":{"type":"string","x-stream-index":"001"},"external_css_url":{"type":"string","x-stream-index":"002"},"name":{"type":"string","x-stream-index":"003"},"options":{"additionalProperties":{},"type":"object","x-stream-index":"005"}},"required":["external_app_url","external_css_url","name"],"type":"object"},"LimitsSettingsResponse":{"properties":{"max_duration_seconds":{"format":"int32","type":"integer","x-stream-index":"002"},"max_participants":{"format":"int32","type":"integer","x-stream-index":"003"},"max_participants_exclude_owner":{"type":"boolean","x-stream-index":"004"},"max_participants_exclude_roles":{"items":{"type":"string"},"type":"array","x-stream-index":"001"}},"required":["max_participants_exclude_roles"],"type":"object"},"ListTasksResponse":{"nullable":true,"properties":{"duration":{"type":"string","x-stream-index":"002.001"},"tasks":{"description":"A collection of all tasks","items":{"$ref":"#/components/schemas/TaskResponse"},"title":"Tasks","type":"array","x-stream-index":"001"}},"required":["tasks","duration"],"title":"ListTasksResponse","type":"object"},"MatchPayload":{"nullable":true,"properties":{"text":{"description":"Matched text","title":"Text","type":"string","x-stream-index":"002"},"type":{"description":"Match type","title":"Type","type":"string","x-stream-index":"001"}},"title":"MatchPayload","type":"object"},"MatchResponse":{"properties":{"text":{"type":"string","x-stream-index":"002"},"type":{"description":"Match type","title":"Type","type":"string","x-stream-index":"001"}},"required":["type","text"],"title":"MatchResponse","type":"object"},"MessageResponse":{"properties":{"attachments":{"items":{"$ref":"#/components/schemas/Attachment"},"type":"array","x-stream-index":"015"},"cid":{"type":"string","x-stream-index":"001"},"command":{"type":"string","x-stream-index":"024"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"020"},"deleted_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"025"},"deleted_for_me":{"type":"boolean","x-stream-index":"026"},"deleted_reply_count":{"format":"int32","type":"integer","x-stream-index":"003"},"draft":{"$ref":"#/components/schemas/DraftResponse","x-stream-index":"038"},"html":{"type":"string","x-stream-index":"004"},"i18n":{"additionalProperties":{"type":"string"},"type":"object","x-stream-index":"039"},"id":{"type":"string","x-stream-index":"005"},"image_labels":{"additionalProperties":{"items":{"type":"string"},"type":"array"},"type":"object","x-stream-index":"040"},"latest_reactions":{"items":{"$ref":"#/components/schemas/ReactionResponse"},"type":"array","x-stream-index":"016"},"member":{"$ref":"#/components/schemas/ChannelMemberResponse","x-stream-index":"041"},"mentioned_channel":{"type":"boolean","x-stream-index":"006"},"mentioned_group_ids":{"items":{"type":"string"},"type":"array","x-stream-index":"035"},"mentioned_here":{"type":"boolean","x-stream-index":"007"},"mentioned_roles":{"items":{"type":"string"},"type":"array","x-stream-index":"036"},"mentioned_users":{"items":{"$ref":"#/components/schemas/UserResponse"},"type":"array","x-stream-index":"017"},"message_text_updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"027"},"mml":{"type":"string","x-stream-index":"028"},"moderation":{"$ref":"#/components/schemas/ModerationV2Response","x-stream-index":"042"},"own_reactions":{"items":{"$ref":"#/components/schemas/ReactionResponse"},"type":"array","x-stream-index":"018"},"parent_id":{"type":"string","x-stream-index":"029"},"pin_expires":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"030"},"pinned":{"type":"boolean","x-stream-index":"008"},"pinned_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"031"},"pinned_by":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"043"},"poll":{"$ref":"#/components/schemas/PollResponseData","x-stream-index":"044"},"poll_id":{"type":"string","x-stream-index":"032"},"quoted_message":{"$ref":"#/components/schemas/MessageResponse","x-stream-index":"045"},"quoted_message_id":{"type":"string","x-stream-index":"033"},"reaction_counts":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"021"},"reaction_groups":{"additionalProperties":{"$ref":"#/components/schemas/ReactionGroupResponse"},"type":"object","x-stream-index":"046"},"reaction_scores":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"022"},"reminder":{"$ref":"#/components/schemas/ReminderResponseData","x-stream-index":"047"},"reply_count":{"format":"int32","type":"integer","x-stream-index":"009"},"restricted_visibility":{"items":{"type":"string"},"type":"array","x-stream-index":"019"},"shadowed":{"type":"boolean","x-stream-index":"010"},"shared_location":{"$ref":"#/components/schemas/SharedLocationResponseData","x-stream-index":"048"},"show_in_channel":{"type":"boolean","x-stream-index":"034"},"silent":{"type":"boolean","x-stream-index":"011"},"text":{"type":"string","x-stream-index":"012"},"thread_participants":{"items":{"$ref":"#/components/schemas/UserResponse"},"type":"array","x-stream-index":"037"},"type":{"type":"string","x-stream-index":"014"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"013"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"023"}},"required":["cid","created_at","deleted_reply_count","html","id","mentioned_channel","mentioned_here","pinned","reply_count","shadowed","silent","text","updated_at","type","attachments","latest_reactions","mentioned_users","own_reactions","restricted_visibility","custom","reaction_counts","reaction_scores","user"],"type":"object"},"ModerationCheckCompletedEvent":{"description":"This event is sent when a moderation check is completed","nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"entity_id":{"description":"The ID of entity which was moderated","title":"EntityID","type":"string","x-stream-index":"002"},"entity_type":{"description":"The type of the entity which was moderated","title":"EntityType","type":"string","x-stream-index":"003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"recommended_action":{"description":"The recommended action","title":"RecommendedAction","type":"string","x-stream-index":"004"},"review_queue_item_id":{"description":"The review queue item ID","title":"ReviewQueueItemID","type":"string","x-stream-index":"005"},"type":{"default":"moderation_check.completed","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom","entity_id","entity_type","recommended_action","review_queue_item_id"],"title":"ModerationCheckCompletedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ModerationCustomActionEvent":{"description":"This event is sent when a custom moderation action is executed","nullable":true,"properties":{"action_id":{"description":"The ID of the custom action that was executed","title":"ActionID","type":"string","x-stream-index":"002"},"action_options":{"additionalProperties":{},"description":"Additional options passed to the custom action","title":"ActionOptions","type":"object","x-stream-index":"003"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"message":{"$ref":"#/components/schemas/MessageResponse","description":"The message if the moderated content was a message","title":"Message","x-stream-index":"005"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"review_queue_item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","description":"The review queue item the action was executed on","title":"ReviewQueueItem","x-stream-index":"004"},"type":{"default":"moderation.custom_action","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom","action_id","review_queue_item"],"title":"ModerationCustomActionEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ModerationFlagResponse":{"nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"015"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"010"},"entity_creator_id":{"type":"string","x-stream-index":"007"},"entity_id":{"type":"string","x-stream-index":"006"},"entity_type":{"type":"string","x-stream-index":"005"},"labels":{"items":{"type":"string"},"type":"array","x-stream-index":"011"},"moderation_payload":{"$ref":"#/components/schemas/ModerationPayloadResponse","x-stream-index":"008"},"reason":{"type":"string","x-stream-index":"009"},"result":{"items":{"additionalProperties":{},"type":"object"},"type":"array","x-stream-index":"012"},"review_queue_item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","x-stream-index":"014"},"review_queue_item_id":{"type":"string","x-stream-index":"013"},"type":{"type":"string","x-stream-index":"002"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"016"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"004"},"user_id":{"type":"string","x-stream-index":"003"}},"required":["type","user_id","entity_type","entity_id","result","created_at","updated_at"],"type":"object"},"ModerationFlaggedEvent":{"description":"This event is sent when content is flagged for moderation","nullable":true,"properties":{"content_type":{"description":"The type of content that was flagged","title":"ContentType","type":"string","x-stream-index":"002"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"object_id":{"description":"The ID of the flagged content","title":"ObjectID","type":"string","x-stream-index":"003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"type":{"default":"moderation.flagged","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom","content_type","object_id"],"title":"ModerationFlaggedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ModerationMarkReviewedEvent":{"description":"This event is sent when a moderation item is marked as reviewed","nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"003.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003.007"},"item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","description":"The review queue item that was marked as reviewed","title":"ReviewQueueItem","x-stream-index":"001"},"message":{"$ref":"#/components/schemas/MessageResponse","description":"The message if the reviewed content was a message","title":"Message","x-stream-index":"002"},"received_at":{"format":"date-time","type":"string","x-stream-index":"003.004"},"type":{"default":"moderation.mark_reviewed","type":"string","x-stream-index":"003.002"}},"required":["item","type","created_at","custom"],"title":"ModerationMarkReviewedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ModerationPayload":{"properties":{"custom":{"additionalProperties":{},"type":"object","x-stream-index":"004"},"images":{"items":{"type":"string"},"maxItems":30,"type":"array","x-stream-index":"002"},"texts":{"items":{"type":"string"},"type":"array","x-stream-index":"001"},"videos":{"items":{"type":"string"},"type":"array","x-stream-index":"003"}},"type":"object"},"ModerationPayloadResponse":{"description":"Content payload for moderation","properties":{"custom":{"additionalProperties":{},"description":"Custom data for moderation","title":"Custom","type":"object","x-stream-index":"004"},"images":{"description":"Image URLs to moderate","items":{"type":"string"},"title":"Images","type":"array","x-stream-index":"002"},"texts":{"description":"Text content to moderate","items":{"type":"string"},"title":"Texts","type":"array","x-stream-index":"001"},"videos":{"description":"Video URLs to moderate","items":{"type":"string"},"title":"Videos","type":"array","x-stream-index":"003"}},"title":"ModerationPayload","type":"object"},"ModerationRuleInfo":{"properties":{"description":{"type":"string","x-stream-index":"004"},"id":{"type":"string","x-stream-index":"001"},"name":{"type":"string","x-stream-index":"002"},"type":{"type":"string","x-stream-index":"003"}},"required":["id","name","type","description"],"type":"object"},"ModerationRulesTriggeredEvent":{"description":"This event is sent automatically whenever a rule builder rule is triggered","nullable":true,"properties":{"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"entity_id":{"description":"The ID of the entity that triggered the rule","title":"EntityID","type":"string","x-stream-index":"004"},"entity_type":{"description":"The type of the entity (call, user, message, etc.)","title":"EntityType","type":"string","x-stream-index":"005"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"review_queue_item_id":{"description":"The review queue item ID if applicable","title":"ReviewQueueItemID","type":"string","x-stream-index":"008"},"rule":{"$ref":"#/components/schemas/ModerationRuleInfo","description":"The rule that was triggered","title":"Rule","x-stream-index":"002"},"triggered_actions":{"description":"Array of action types that were triggered","items":{"type":"string"},"title":"TriggeredActions","type":"array","x-stream-index":"007"},"type":{"default":"moderation_rule.triggered","type":"string","x-stream-index":"001.002"},"user_id":{"description":"The ID of the user who triggered the rule","title":"UserID","type":"string","x-stream-index":"006"},"violation_number":{"description":"The violation number for call rules (optional)","format":"int32","title":"ViolationNumber","type":"integer","x-stream-index":"003"}},"required":["type","created_at","custom","rule","entity_id","entity_type","user_id","triggered_actions"],"title":"ModerationRulesTriggeredEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ModerationV2Response":{"properties":{"action":{"type":"string","x-stream-index":"001"},"blocklist_matched":{"type":"string","x-stream-index":"003"},"blocklists_matched":{"items":{"type":"string"},"type":"array","x-stream-index":"006"},"image_harms":{"items":{"type":"string"},"type":"array","x-stream-index":"007"},"original_text":{"type":"string","x-stream-index":"002"},"platform_circumvented":{"type":"boolean","x-stream-index":"004"},"semantic_filter_matched":{"type":"string","x-stream-index":"005"},"text_harms":{"items":{"type":"string"},"type":"array","x-stream-index":"008"}},"required":["action","original_text"],"type":"object"},"NoiseCancellationSettings":{"properties":{"mode":{"type":"string","x-stream-index":"001"}},"required":["mode"],"type":"object"},"PollOptionResponseData":{"properties":{"custom":{"additionalProperties":{},"type":"object","x-stream-index":"003"},"id":{"type":"string","x-stream-index":"001"},"text":{"type":"string","x-stream-index":"002"}},"required":["id","text","custom"],"type":"object"},"PollResponseData":{"properties":{"allow_answers":{"type":"boolean","x-stream-index":"001"},"allow_user_suggested_options":{"type":"boolean","x-stream-index":"002"},"answers_count":{"format":"int32","type":"integer","x-stream-index":"003"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"004"},"created_by":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"021"},"created_by_id":{"type":"string","x-stream-index":"005"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"016"},"description":{"type":"string","x-stream-index":"006"},"enforce_unique_vote":{"type":"boolean","x-stream-index":"007"},"id":{"type":"string","x-stream-index":"008"},"is_closed":{"type":"boolean","x-stream-index":"019"},"latest_answers":{"items":{"$ref":"#/components/schemas/PollVoteResponseData"},"type":"array","x-stream-index":"013"},"latest_votes_by_option":{"additionalProperties":{"items":{"$ref":"#/components/schemas/PollVoteResponseData"},"type":"array"},"type":"object","x-stream-index":"017"},"max_votes_allowed":{"format":"int32","type":"integer","x-stream-index":"020"},"name":{"type":"string","x-stream-index":"009"},"options":{"items":{"$ref":"#/components/schemas/PollOptionResponseData"},"type":"array","x-stream-index":"014"},"own_votes":{"items":{"$ref":"#/components/schemas/PollVoteResponseData"},"type":"array","x-stream-index":"015"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"010"},"vote_count":{"format":"int32","type":"integer","x-stream-index":"011"},"vote_counts_by_option":{"additionalProperties":{"format":"int32","type":"integer"},"type":"object","x-stream-index":"018"},"voting_visibility":{"type":"string","x-stream-index":"012"}},"required":["allow_answers","allow_user_suggested_options","answers_count","created_at","created_by_id","description","enforce_unique_vote","id","name","updated_at","vote_count","voting_visibility","latest_answers","options","own_votes","custom","latest_votes_by_option","vote_counts_by_option"],"type":"object"},"PollVoteResponseData":{"properties":{"answer_text":{"type":"string","x-stream-index":"006"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"001"},"id":{"type":"string","x-stream-index":"002"},"is_answer":{"type":"boolean","x-stream-index":"007"},"option_id":{"type":"string","x-stream-index":"003"},"poll_id":{"type":"string","x-stream-index":"004"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"005"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"009"},"user_id":{"type":"string","x-stream-index":"008"}},"required":["created_at","id","option_id","poll_id","updated_at"],"type":"object"},"PrivacySettingsResponse":{"properties":{"delivery_receipts":{"$ref":"#/components/schemas/DeliveryReceiptsResponse","x-stream-index":"003"},"read_receipts":{"$ref":"#/components/schemas/ReadReceiptsResponse","x-stream-index":"002"},"typing_indicators":{"$ref":"#/components/schemas/TypingIndicatorsResponse","x-stream-index":"001"}},"type":"object"},"PushNotificationSettingsResponse":{"properties":{"disabled":{"type":"boolean","x-stream-index":"001"},"disabled_until":{"format":"date-time","type":"string","x-stream-index":"002"}},"type":"object"},"RTMPIngress":{"properties":{"address":{"type":"string","x-stream-index":"001"}},"required":["address"],"type":"object"},"RTMPSettingsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"},"layout":{"$ref":"#/components/schemas/LayoutSettingsResponse","x-stream-index":"003"},"quality":{"type":"string","x-stream-index":"002"}},"required":["enabled","quality","layout"],"type":"object"},"RawRecordingResponse":{"properties":{"status":{"type":"string","x-stream-index":"001"}},"required":["status"],"type":"object"},"RawRecordingSettingsResponse":{"properties":{"mode":{"type":"string","x-stream-index":"001"}},"required":["mode"],"type":"object"},"Reaction":{"properties":{"activity_id":{"type":"string","x-stream-index":"001.003"},"children_counts":{"additionalProperties":{},"type":"object","x-stream-index":"005"},"created_at":{"format":"date-time","type":"string","x-stream-index":"006"},"data":{"additionalProperties":{},"type":"object","x-stream-index":"001.005"},"deleted_at":{"format":"date-time","type":"string","x-stream-index":"008"},"id":{"type":"string","x-stream-index":"001.001"},"kind":{"type":"string","x-stream-index":"001.002"},"latest_children":{"additionalProperties":{"items":{"$ref":"#/components/schemas/Reaction"},"type":"array"},"type":"object","x-stream-index":"003"},"moderation":{"additionalProperties":{},"type":"object","x-stream-index":"010"},"own_children":{"additionalProperties":{"items":{"$ref":"#/components/schemas/Reaction"},"type":"array"},"type":"object","x-stream-index":"004"},"parent":{"type":"string","x-stream-index":"001.008"},"score":{"format":"float","type":"number","x-stream-index":"009"},"target_feeds":{"items":{"type":"string"},"type":"array","x-stream-index":"001.006"},"target_feeds_extra_data":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"007"},"user":{"$ref":"#/components/schemas/User","x-stream-index":"002"},"user_id":{"type":"string","x-stream-index":"001.004"}},"required":["kind","activity_id","user_id","created_at","updated_at"],"type":"object"},"ReactionGroupResponse":{"nullable":true,"properties":{"count":{"format":"int32","type":"integer","x-stream-index":"001"},"first_reaction_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"last_reaction_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"003"},"sum_scores":{"format":"int32","type":"integer","x-stream-index":"004"}},"required":["count","first_reaction_at","last_reaction_at","sum_scores"],"type":"object"},"ReactionResponse":{"properties":{"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"001"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"007"},"message_id":{"type":"string","x-stream-index":"002"},"score":{"format":"int32","type":"integer","x-stream-index":"003"},"type":{"type":"string","x-stream-index":"006"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"004"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"008"},"user_id":{"type":"string","x-stream-index":"005"}},"required":["created_at","message_id","score","updated_at","user_id","type","custom","user"],"type":"object"},"ReadReceiptsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"}},"required":["enabled"],"type":"object"},"RecordSettingsResponse":{"properties":{"audio_only":{"type":"boolean","x-stream-index":"001"},"layout":{"$ref":"#/components/schemas/LayoutSettingsResponse","x-stream-index":"004"},"mode":{"type":"string","x-stream-index":"002"},"quality":{"type":"string","x-stream-index":"003"}},"required":["audio_only","mode","quality","layout"],"type":"object"},"ReminderResponseData":{"properties":{"channel":{"$ref":"#/components/schemas/ChannelResponse","x-stream-index":"007"},"channel_cid":{"type":"string","x-stream-index":"001"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"message":{"$ref":"#/components/schemas/MessageResponse","x-stream-index":"008"},"message_id":{"type":"string","x-stream-index":"003"},"remind_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"006"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"004"},"user":{"$ref":"#/components/schemas/UserResponse","x-stream-index":"009"},"user_id":{"type":"string","x-stream-index":"005"}},"required":["channel_cid","created_at","message_id","updated_at","user_id"],"type":"object"},"ReviewQueueItemNewEvent":{"description":"This event is sent when a new moderation review queue item is created","nullable":true,"properties":{"action":{"$ref":"#/components/schemas/ActionLogResponse","description":"The action log if any action was taken","title":"Action","x-stream-index":"004"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"flags":{"description":"The flags associated with this review queue item","items":{"$ref":"#/components/schemas/ModerationFlagResponse"},"title":"Flags","type":"array","x-stream-index":"003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"review_queue_item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","description":"The review queue item that was created","title":"ReviewQueueItem","x-stream-index":"002"},"type":{"default":"review_queue_item.new","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom"],"title":"ReviewQueueItemNewEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"ReviewQueueItemResponse":{"properties":{"actions":{"description":"Moderation actions taken","items":{"$ref":"#/components/schemas/ActionLogResponse"},"title":"Actions","type":"array","x-stream-index":"025"},"activity":{"$ref":"#/components/schemas/EnrichedActivity","x-stream-index":"017"},"ai_text_severity":{"description":"AI-determined text severity","title":"AI Text Severity","type":"string","x-stream-index":"014"},"appeal":{"$ref":"#/components/schemas/AppealItemResponse","description":"Appeal submitted for this item if it exists","title":"Appeal","x-stream-index":"026"},"assigned_to":{"$ref":"#/components/schemas/UserResponse","description":"Moderator assigned to review this item","title":"Assigned To","x-stream-index":"022"},"bans":{"description":"Associated ban records","items":{"$ref":"#/components/schemas/BanInfoResponse"},"title":"Bans","type":"array","x-stream-index":"023"},"call":{"$ref":"#/components/schemas/CallResponse","x-stream-index":"019"},"completed_at":{"description":"When the review was completed","format":"date-time","title":"Completed At","type":"string","x-stream-index":"009"},"config_key":{"type":"string","x-stream-index":"032"},"created_at":{"description":"When the item was created","format":"date-time","title":"Created At","type":"string","x-stream-index":"002"},"entity_creator":{"$ref":"#/components/schemas/EntityCreatorResponse","description":"Details about who created the entity","title":"Entity Creator","x-stream-index":"020"},"entity_creator_id":{"description":"ID of who created the entity","title":"Entity Creator ID","type":"string","x-stream-index":"021"},"entity_id":{"description":"ID of the entity being reviewed","title":"Entity ID","type":"string","x-stream-index":"005"},"entity_type":{"description":"Type of entity being reviewed","title":"Entity Type","type":"string","x-stream-index":"004"},"escalated":{"description":"Whether the item has been escalated","title":"Escalated","type":"boolean","x-stream-index":"034"},"escalated_at":{"description":"When the item was escalated","format":"date-time","title":"Escalated At","type":"string","x-stream-index":"037"},"escalated_by":{"description":"ID of the moderator who escalated the item","title":"Escalated By","type":"string","x-stream-index":"036"},"escalation_metadata":{"$ref":"#/components/schemas/EscalationMetadata","description":"Escalation details including reason, notes, and priority","title":"Escalation Metadata","x-stream-index":"035"},"feeds_v2_activity":{"$ref":"#/components/schemas/EnrichedActivity","description":"Associated feed activity","title":"Feeds V2 Activity","x-stream-index":"027"},"feeds_v2_reaction":{"$ref":"#/components/schemas/Reaction","description":"Associated feed reaction","title":"Feeds V2 Reaction","x-stream-index":"028"},"feeds_v3_activity":{"$ref":"#/components/schemas/FeedsV3ActivityResponse","x-stream-index":"029"},"feeds_v3_comment":{"$ref":"#/components/schemas/FeedsV3CommentResponse","x-stream-index":"030"},"flags":{"description":"Associated flag records","items":{"$ref":"#/components/schemas/ModerationFlagResponse"},"title":"Flags","type":"array","x-stream-index":"024"},"flags_count":{"format":"int32","type":"integer","x-stream-index":"033"},"id":{"description":"Unique identifier of the review queue item","title":"ID","type":"string","x-stream-index":"001"},"languages":{"description":"Detected languages in the content","items":{"type":"string"},"title":"Languages","type":"array","x-stream-index":"012"},"latest_moderator_action":{"type":"string","x-stream-index":"015"},"message":{"$ref":"#/components/schemas/MessageResponse","description":"Associated message details","title":"Message","x-stream-index":"016"},"moderation_payload":{"$ref":"#/components/schemas/ModerationPayloadResponse","description":"Content being moderated","title":"Moderation Payload","x-stream-index":"006"},"reaction":{"$ref":"#/components/schemas/Reaction","x-stream-index":"018"},"recommended_action":{"description":"Suggested moderation action","title":"Recommended Action","type":"string","x-stream-index":"008"},"reviewed_at":{"description":"When the item was reviewed","format":"date-time","title":"Reviewed At","type":"string","x-stream-index":"010"},"reviewed_by":{"description":"ID of the moderator who reviewed the item","title":"Reviewed By","type":"string","x-stream-index":"011"},"severity":{"description":"Severity level of the content","format":"int32","title":"Severity","type":"integer","x-stream-index":"013"},"status":{"description":"Current status of the review","title":"Status","type":"string","x-stream-index":"007"},"teams":{"description":"Teams associated with this item","items":{"type":"string"},"title":"Teams","type":"array","x-stream-index":"031"},"updated_at":{"description":"When the item was last updated","format":"date-time","title":"Updated At","type":"string","x-stream-index":"003"}},"required":["id","created_at","updated_at","entity_type","entity_id","status","recommended_action","reviewed_by","languages","severity","ai_text_severity","latest_moderator_action","bans","flags","actions","flags_count","escalated"],"type":"object"},"ReviewQueueItemUpdatedEvent":{"description":"This event is sent when a moderation review queue item is updated","nullable":true,"properties":{"action":{"$ref":"#/components/schemas/ActionLogResponse","description":"The action log if any action was taken","title":"Action","x-stream-index":"004"},"created_at":{"format":"date-time","type":"string","x-stream-index":"001.003"},"custom":{"additionalProperties":{},"type":"object","x-stream-index":"001.007"},"flags":{"description":"The flags associated with this review queue item","items":{"$ref":"#/components/schemas/ModerationFlagResponse"},"title":"Flags","type":"array","x-stream-index":"003"},"received_at":{"format":"date-time","type":"string","x-stream-index":"001.004"},"review_queue_item":{"$ref":"#/components/schemas/ReviewQueueItemResponse","description":"The review queue item that was updated","title":"ReviewQueueItem","x-stream-index":"002"},"type":{"default":"review_queue_item.updated","type":"string","x-stream-index":"001.002"}},"required":["type","created_at","custom"],"title":"ReviewQueueItemUpdatedEvent","type":"object","x-stream-event-client-type":true,"x-stream-event-doc-group":"other","x-stream-is-event":true,"x-stream-ws-base-event-name":"VideoEvent"},"RingSettingsResponse":{"properties":{"auto_cancel_timeout_ms":{"format":"int32","type":"integer","x-stream-index":"001"},"incoming_call_timeout_ms":{"format":"int32","type":"integer","x-stream-index":"002"},"missed_call_timeout_ms":{"format":"int32","type":"integer","x-stream-index":"003"}},"required":["auto_cancel_timeout_ms","incoming_call_timeout_ms","missed_call_timeout_ms"],"type":"object"},"RuleResponse":{"properties":{"condition":{"additionalProperties":{},"description":"MongoDB expression that determines if the defined actions should be executed","title":"Condition","type":"object","x-stream-index":"004"},"created_at":{"description":"Date/time of creation","format":"date-time","title":"Created at","type":"string","x-stream-index":"006"},"evaluations":{"items":{"$ref":"#/components/schemas/EvaluationResponse"},"type":"array","x-stream-index":"003"},"filter":{"additionalProperties":{},"description":"Filter object that selects a task based on its attributes, eg. content-type or channel type.","title":"Filter","type":"object","x-stream-index":"002"},"id":{"description":"Rule ID","title":"ID","type":"string","x-stream-index":"001"},"triggers":{"description":"List of triggers","items":{"$ref":"#/components/schemas/TriggerResponse"},"title":"Triggers","type":"array","x-stream-index":"005"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"007"}},"required":["id","filter","evaluations","condition","triggers","created_at","updated_at"],"title":"RuleResponse","type":"object"},"SRTIngress":{"properties":{"address":{"type":"string","x-stream-index":"001"}},"required":["address"],"type":"object"},"ScreensharingSettingsResponse":{"properties":{"access_request_enabled":{"type":"boolean","x-stream-index":"001"},"enabled":{"type":"boolean","x-stream-index":"002"},"target_resolution":{"$ref":"#/components/schemas/TargetResolution","x-stream-index":"003"}},"required":["access_request_enabled","enabled"],"type":"object"},"SessionSettingsResponse":{"properties":{"inactivity_timeout_seconds":{"format":"int32","type":"integer","x-stream-index":"001"}},"required":["inactivity_timeout_seconds"],"type":"object"},"SharedLocationResponseData":{"properties":{"channel":{"$ref":"#/components/schemas/ChannelResponse","x-stream-index":"010"},"channel_cid":{"type":"string","x-stream-index":"001"},"created_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"002"},"created_by_device_id":{"type":"string","x-stream-index":"003"},"end_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"009"},"latitude":{"format":"float","type":"number","x-stream-index":"004"},"longitude":{"format":"float","type":"number","x-stream-index":"005"},"message":{"$ref":"#/components/schemas/MessageResponse","x-stream-index":"011"},"message_id":{"type":"string","x-stream-index":"006"},"updated_at":{"$ref":"#/components/schemas/Timestamp","x-stream-index":"007"},"user_id":{"type":"string","x-stream-index":"008"}},"required":["channel_cid","created_at","created_by_device_id","latitude","longitude","message_id","updated_at","user_id"],"type":"object"},"SpeechSegmentConfig":{"properties":{"max_speech_caption_ms":{"format":"int32","type":"integer","x-stream-index":"001"},"silence_duration_ms":{"format":"int32","type":"integer","x-stream-index":"002"}},"type":"object"},"SubmitChatMessageTaskRequest":{"nullable":true,"properties":{"channel_id":{"description":"The Channel ID","title":"Channel ID","type":"string","x-stream-index":"003"},"channel_name":{"description":"The Channel Name, if not provided matches the Channel ID","title":"Channel Name","type":"string","x-stream-index":"005"},"evaluations":{"description":"a list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/EvaluationPayload"},"title":"Evaluations","type":"array","x-stream-index":"008"},"extra":{"additionalProperties":{},"description":"Extra data that needs to be stored for this task","title":"Extra","type":"object","x-stream-index":"007"},"message_id":{"description":"The ID of the message so the system can know on which message to act if moderation is needed","title":"Message ID","type":"string","x-stream-index":"001"},"text":{"description":"The message text sent for evaluation","title":"Text","type":"string","x-stream-index":"006"},"user_id":{"description":"The User ID","title":"User ID","type":"string","x-stream-index":"002"},"user_name":{"description":"The User Name, if not provided matches the User ID","title":"User Name","type":"string","x-stream-index":"004"}},"required":["message_id","user_id","channel_id","text"],"title":"SubmitChatMessageTaskRequest","type":"object"},"SubmitChatMessageTaskResponse":{"nullable":true,"properties":{"duration":{"type":"string","x-stream-index":"002.001"},"task":{"$ref":"#/components/schemas/ChatMessageTaskResponse","title":"Task","x-stream-index":"001"}},"required":["task","duration"],"title":"SubmitChatMessageTaskResponse","type":"object"},"SubmitTaskRequest":{"nullable":true,"properties":{"content_type":{"description":"Type of payload for this task","enum":["text"],"title":"Content Type","type":"string","x-stream-index":"001"},"evaluations":{"description":"a list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/EvaluationPayload"},"title":"Evaluations","type":"array","x-stream-index":"004"},"extra":{"additionalProperties":{},"description":"Extra data that needs to be stored for this task","title":"Extra","type":"object","x-stream-index":"003"},"payload":{"additionalProperties":{},"description":"Depending on the content type this can be a string, a url or a complex stream object","title":"Payload","type":"object","x-stream-index":"002"}},"required":["content_type","payload"],"title":"SubmitTaskRequest","type":"object"},"SubmitTaskResponse":{"nullable":true,"properties":{"duration":{"type":"string","x-stream-index":"002.001"},"task":{"$ref":"#/components/schemas/TaskResponse","title":"Task","x-stream-index":"001"}},"required":["task","duration"],"title":"SubmitTaskResponse","type":"object"},"TargetResolution":{"properties":{"bitrate":{"format":"int32","type":"integer","x-stream-index":"001"},"height":{"format":"int32","type":"integer","x-stream-index":"002"},"width":{"format":"int32","type":"integer","x-stream-index":"003"}},"required":["bitrate","height","width"],"type":"object"},"TaskResponse":{"properties":{"assigned_to":{"description":"The person that this task is assigned to","title":"Assigned To","type":"string","x-stream-index":"009"},"content_type":{"description":"Type of payload for this task","title":"Content Type","type":"string","x-stream-index":"003"},"created_at":{"description":"Date/time of creation","format":"date-time","title":"Created at","type":"string","x-stream-index":"012"},"evaluations":{"description":"a list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/EvaluationResponse"},"title":"Evaluations","type":"array","x-stream-index":"006"},"extra":{"additionalProperties":{},"description":"Extra data that needs to be stored for this task","title":"Extra","type":"object","x-stream-index":"005"},"id":{"description":"Task ID ","title":"ID","type":"string","x-stream-index":"001"},"reviewed_at":{"description":"The time when the review happened","format":"date-time","title":"Reviewed At","type":"string","x-stream-index":"010"},"reviewed_by":{"description":"The person who did the review","title":"Reviewed By","type":"string","x-stream-index":"011"},"rule":{"$ref":"#/components/schemas/RuleResponse","title":"Rule","x-stream-index":"007"},"status":{"description":"Status of the task. Sync tasks can be completed or error, async tasks can be in pending state","title":"Status","type":"string","x-stream-index":"002"},"triggers":{"description":"A list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/TriggerResponse"},"title":"Triggers","type":"array","x-stream-index":"008"},"updated_at":{"format":"date-time","type":"string","x-stream-index":"013"}},"required":["id","status","content_type","payload","evaluations","created_at","updated_at"],"title":"TaskResponse","type":"object"},"Thresholds":{"properties":{"explicit":{"$ref":"#/components/schemas/LabelThresholds","x-stream-index":"001"},"spam":{"$ref":"#/components/schemas/LabelThresholds","x-stream-index":"002"},"toxic":{"$ref":"#/components/schemas/LabelThresholds","x-stream-index":"003"}},"type":"object"},"ThumbnailResponse":{"properties":{"image_url":{"type":"string","x-stream-index":"001"}},"required":["image_url"],"type":"object"},"ThumbnailsSettingsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"}},"required":["enabled"],"type":"object"},"Time":{"type":"object"},"Timestamp":{"properties":{"Time":{"format":"date-time","type":"string","writeOnly":true,"x-stream-index":"001"}},"type":"object"},"TranscriptionSettingsResponse":{"properties":{"closed_caption_mode":{"type":"string","x-stream-index":"001"},"language":{"type":"string","x-stream-index":"002"},"mode":{"type":"string","x-stream-index":"003"},"speech_segment_config":{"$ref":"#/components/schemas/SpeechSegmentConfig","x-stream-index":"004"},"translation":{"$ref":"#/components/schemas/TranslationSettings","x-stream-index":"005"}},"required":["closed_caption_mode","language","mode"],"type":"object"},"TranslationSettings":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"},"languages":{"items":{"type":"string"},"type":"array","x-stream-index":"002"}},"required":["enabled","languages"],"type":"object"},"TriggerPayload":{"nullable":true,"properties":{"options":{"additionalProperties":{},"description":"Trigger options","title":"Options","type":"object","x-stream-index":"002"},"type":{"description":"Trigger type","title":"Type","type":"string","x-stream-index":"001"}},"title":"TriggerPayload","type":"object"},"TriggerResponse":{"properties":{"options":{"additionalProperties":{},"description":"Trigger options","title":"Options","type":"object","x-stream-index":"002"},"type":{"description":"Trigger type","title":"Type","type":"string","x-stream-index":"001"}},"required":["type"],"title":"TriggerResponse","type":"object"},"TypingIndicatorsResponse":{"properties":{"enabled":{"type":"boolean","x-stream-index":"001"}},"required":["enabled"],"type":"object"},"UpdateTaskRequest":{"nullable":true,"properties":{"assigned_to":{"description":"The person that this task is assigned to","title":"Assigned To","type":"string","x-stream-index":"004"},"evaluations":{"description":"a list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/EvaluationPayload"},"title":"Evaluations","type":"array","x-stream-index":"002"},"reviewed_at":{"description":"The time when the review happened","format":"date-time","title":"Reviewed At","type":"string","x-stream-index":"005"},"reviewed_by":{"description":"The person who did the review","title":"Reviewed By","type":"string","x-stream-index":"006"},"triggers":{"description":"A list of harm engines / models to be evaluated","items":{"$ref":"#/components/schemas/TriggerPayload"},"title":"Triggers","type":"array","x-stream-index":"003"}},"title":"UpdateTaskRequest","type":"object"},"UpdateTaskResponse":{"nullable":true,"properties":{"duration":{"type":"string","x-stream-index":"002.001"},"task":{"$ref":"#/components/schemas/TaskResponse","title":"Task","x-stream-index":"001"}},"required":["task","duration"],"title":"UpdateTaskResponse","type":"object"},"User":{"properties":{"data":{"additionalProperties":{},"type":"object","x-stream-index":"002"},"id":{"type":"string","x-stream-index":"001"}},"required":["id"],"type":"object"},"UserResponse":{"description":"User response object","properties":{"avg_response_time":{"format":"int32","type":"integer","x-stream-index":"001.018"},"ban_expires":{"description":"Date when ban expires","format":"date-time","title":"Ban expires","type":"string","x-stream-index":"004"},"banned":{"description":"Whether a user is banned or not","title":"Banned","type":"boolean","x-stream-index":"001.012"},"blocked_user_ids":{"items":{"type":"string"},"type":"array","x-stream-index":"001.017"},"bypass_moderation":{"type":"boolean","x-stream-index":"003"},"created_at":{"description":"Date/time of creation","format":"date-time","title":"Created at","type":"string","x-stream-index":"001.009"},"custom":{"additionalProperties":{},"description":"Custom data for this object","title":"Custom data","type":"object","x-stream-index":"001.004"},"deactivated_at":{"description":"Date of deactivation","format":"date-time","title":"Deactivated at","type":"string","x-stream-index":"001.016"},"deleted_at":{"description":"Date/time of deletion","format":"date-time","title":"Deleted at","type":"string","x-stream-index":"001.011"},"devices":{"description":"List of devices user is using","items":{"$ref":"#/components/schemas/DeviceResponse"},"title":"Devices","type":"array","x-stream-index":"007"},"id":{"description":"Unique user identifier","title":"ID","type":"string","x-stream-index":"001.001"},"image":{"title":"Image","type":"string","x-stream-index":"001.003"},"invisible":{"type":"boolean","x-stream-index":"008"},"language":{"description":"Preferred language of a user","title":"Language","type":"string","x-stream-index":"001.005"},"last_active":{"description":"Date of last activity","format":"date-time","title":"Last active","type":"string","x-stream-index":"001.014"},"name":{"description":"Optional name of user","title":"Name","type":"string","x-stream-index":"001.002"},"online":{"description":"Whether a user online or not","title":"Online","type":"boolean","x-stream-index":"001.013"},"privacy_settings":{"$ref":"#/components/schemas/PrivacySettingsResponse","description":"User privacy settings","title":"Privacy settings","x-stream-index":"006"},"push_notifications":{"$ref":"#/components/schemas/PushNotificationSettingsResponse","description":"User push notification settings","title":"Push notifications","x-stream-index":"005"},"revoke_tokens_issued_before":{"description":"Revocation date for tokens","format":"date-time","title":"Revoke tokens issued before","type":"string","x-stream-index":"001.015"},"role":{"description":"Determines the set of user permissions","title":"Role","type":"string","x-stream-index":"001.006"},"shadow_banned":{"description":"Whether a user is shadow banned","title":"Shadow banned","type":"boolean","x-stream-index":"002"},"teams":{"description":"List of teams user is a part of","items":{"type":"string"},"title":"Teams","type":"array","x-stream-index":"001.007"},"teams_role":{"additionalProperties":{"type":"string"},"type":"object","x-stream-index":"001.008"},"updated_at":{"description":"Date/time of the last update","format":"date-time","title":"Updated at","type":"string","x-stream-index":"001.010"}},"required":["id","custom","language","role","teams","created_at","updated_at","banned","online","blocked_user_ids","shadow_banned","invisible"],"title":"UserResponse","type":"object"},"VideoSettingsResponse":{"properties":{"access_request_enabled":{"type":"boolean","x-stream-index":"001"},"camera_default_on":{"type":"boolean","x-stream-index":"002"},"camera_facing":{"type":"string","x-stream-index":"003"},"enabled":{"type":"boolean","x-stream-index":"004"},"target_resolution":{"$ref":"#/components/schemas/TargetResolution","x-stream-index":"005"}},"required":["access_request_enabled","camera_default_on","camera_facing","enabled","target_resolution"],"type":"object"},"WHEvent":{"description":"The discriminator object for all webhook events, it maps events' payload to the final type","discriminator":{"mapping":{"appeal.accepted":"#/components/schemas/AppealAcceptedEvent","appeal.created":"#/components/schemas/AppealCreatedEvent","appeal.rejected":"#/components/schemas/AppealRejectedEvent","export.bulk_image_moderation.error":"#/components/schemas/AsyncExportErrorEvent","export.bulk_image_moderation.success":"#/components/schemas/AsyncBulkImageModerationEvent","export.moderation_logs.error":"#/components/schemas/AsyncExportErrorEvent","export.moderation_logs.success":"#/components/schemas/AsyncExportModerationLogsEvent","moderation.custom_action":"#/components/schemas/ModerationCustomActionEvent","moderation.flagged":"#/components/schemas/ModerationFlaggedEvent","moderation.mark_reviewed":"#/components/schemas/ModerationMarkReviewedEvent","moderation_check.completed":"#/components/schemas/ModerationCheckCompletedEvent","moderation_rule.triggered":"#/components/schemas/ModerationRulesTriggeredEvent","review_queue_item.new":"#/components/schemas/ReviewQueueItemNewEvent","review_queue_item.updated":"#/components/schemas/ReviewQueueItemUpdatedEvent"},"propertyName":"type"},"oneOf":[{"$ref":"#/components/schemas/AppealAcceptedEvent"},{"$ref":"#/components/schemas/AppealCreatedEvent"},{"$ref":"#/components/schemas/AppealRejectedEvent"},{"$ref":"#/components/schemas/AsyncBulkImageModerationEvent"},{"$ref":"#/components/schemas/AsyncExportErrorEvent"},{"$ref":"#/components/schemas/AsyncExportErrorEvent"},{"$ref":"#/components/schemas/AsyncExportModerationLogsEvent"},{"$ref":"#/components/schemas/ModerationCheckCompletedEvent"},{"$ref":"#/components/schemas/ModerationCustomActionEvent"},{"$ref":"#/components/schemas/ModerationFlaggedEvent"},{"$ref":"#/components/schemas/ModerationMarkReviewedEvent"},{"$ref":"#/components/schemas/ModerationRulesTriggeredEvent"},{"$ref":"#/components/schemas/ReviewQueueItemNewEvent"},{"$ref":"#/components/schemas/ReviewQueueItemUpdatedEvent"}]},"WHIPIngress":{"properties":{"address":{"type":"string","x-stream-index":"001"}},"required":["address"],"type":"object"}},"securitySchemes":{"JWT":{"description":"JWT should be always provided when stream-auth-type=jwt.\n\nUsing JWT auth request could be authenticated as user or as server-side.\n\nWhen using user authentication permission checking is going to be applied to requests based on the user that is\nperforming a request.\n\nThe `authorization` header should be a JWT string signed using the secret attached to the API key used to perform\nrequests.\n\n**WARNING** all client-side official SDK do not ship with token generation; this is to make sure that the API secret is not\nshared with an untrusted party such as a browser or a iOS/Android application. Tokens **must** be generated server-side.\nIf you wish, you can configure your application to ignore authentication (see `disable_auth_check`)\nThe JWT string must include only the user_id claim and can include any built-in JWT claim such as iat, exp as well.\n","in":"header","name":"Authorization","type":"apiKey"},"api_key":{"description":"Application API key should be always set in order to authenticate the request.","in":"query","name":"api_key","type":"apiKey"},"stream-auth-type":{"description":"Stream-Auth-Type should be always set in order to authenticate the request. Possible\nvalues: `jwt` or `anonymous`.\n\n`jwt` allows you to authenticate as a user. With this auth type you should also provide valid JWT in Authorization\nheader.\n\n`anonymous` allows you to authenticate as anonymous user. Please note that most advanced features are not available\nto anonymous users.","in":"header","name":"Stream-Auth-Type","type":"apiKey"}}},"info":{"title":"Stream API","version":"v226.16.0"},"openapi":"3.0.3","paths":{"/api/v1/moderation/chat_message_tasks":{"post":{"description":"Submits a chat message task\n","operationId":"SubmitChatMessageTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitChatMessageTaskRequest"}}},"description":"SubmitChatMessageTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitChatMessageTaskResponse"}}},"description":"SubmitChatMessageTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Submit Chat Message Task","tags":["product:moderation"]}},"/api/v1/moderation/dashboard/blocked_messages":{"get":{"description":"TODO\n","operationId":"ListBlockedMessages","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/dashboard/flag_feedback":{"post":{"description":"TODO\n","operationId":"FlagFeedback","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/dashboard/moderation_log":{"get":{"description":"TODO\n","operationId":"ListModerationLogs","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/dashboard/update_flags":{"post":{"description":"TODO\n","operationId":"UpdateFlags","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/moderation/blocked_messages":{"get":{"description":"TODO\n","operationId":"ListBlockedMessages","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/moderation/flag_feedback":{"post":{"description":"TODO\n","operationId":"FlagFeedback","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/moderation/moderation_log":{"get":{"description":"TODO\n","operationId":"ListModerationLogs","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/moderation/update_flags":{"post":{"description":"TODO\n","operationId":"UpdateFlags","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/api/v1/moderation/tasks":{"get":{"description":"Lists all tasks\n","operationId":"ListTasks","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTasksResponse"}}},"description":"ListTasksResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"List Tasks","tags":["product:moderation"]},"post":{"description":"Submits a task\n","operationId":"SubmitTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitTaskRequest"}}},"description":"SubmitTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitTaskResponse"}}},"description":"SubmitTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Submit Task","tags":["product:moderation"]}},"/api/v1/moderation/tasks/{id}":{"get":{"description":"Fetches moderation task\n","operationId":"GetTask","parameters":[{"in":"path","name":"id","required":true,"schema":{"description":"Task ID ","title":"ID","type":"string","writeOnly":true,"x-stream-index":"001"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetTaskResponse"}}},"description":"GetTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Get Task","tags":["product:moderation"]},"post":{"description":"Updates a task\n","operationId":"UpdateTask","parameters":[{"in":"path","name":"id","required":true,"schema":{"description":"Task ID ","title":"ID","type":"string","writeOnly":true,"x-stream-index":"001"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateTaskRequest"}}},"description":"UpdateTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateTaskResponse"}}},"description":"UpdateTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Update Task","tags":["product:moderation"]}},"/automod/v1/chat_message_tasks":{"post":{"description":"Submits a chat message task\n","operationId":"SubmitChatMessageTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitChatMessageTaskRequest"}}},"description":"SubmitChatMessageTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitChatMessageTaskResponse"}}},"description":"SubmitChatMessageTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Submit Chat Message Task","tags":["product:moderation"]}},"/automod/v1/dashboard/blocked_messages":{"get":{"description":"TODO\n","operationId":"ListBlockedMessages","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/dashboard/flag_feedback":{"post":{"description":"TODO\n","operationId":"FlagFeedback","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/dashboard/moderation_log":{"get":{"description":"TODO\n","operationId":"ListModerationLogs","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/dashboard/update_flags":{"post":{"description":"TODO\n","operationId":"UpdateFlags","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/moderation/blocked_messages":{"get":{"description":"TODO\n","operationId":"ListBlockedMessages","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/moderation/flag_feedback":{"post":{"description":"TODO\n","operationId":"FlagFeedback","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/moderation/moderation_log":{"get":{"description":"TODO\n","operationId":"ListModerationLogs","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/moderation/update_flags":{"post":{"description":"TODO\n","operationId":"UpdateFlags","responses":{"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"tags":["product:moderation"]}},"/automod/v1/tasks":{"get":{"description":"Lists all tasks\n","operationId":"ListTasks","responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListTasksResponse"}}},"description":"ListTasksResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"List Tasks","tags":["product:moderation"]},"post":{"description":"Submits a task\n","operationId":"SubmitTask","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitTaskRequest"}}},"description":"SubmitTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/SubmitTaskResponse"}}},"description":"SubmitTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Submit Task","tags":["product:moderation"]}},"/automod/v1/tasks/{id}":{"get":{"description":"Fetches moderation task\n","operationId":"GetTask","parameters":[{"in":"path","name":"id","required":true,"schema":{"description":"Task ID ","title":"ID","type":"string","writeOnly":true,"x-stream-index":"001"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GetTaskResponse"}}},"description":"GetTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Get Task","tags":["product:moderation"]},"post":{"description":"Updates a task\n","operationId":"UpdateTask","parameters":[{"in":"path","name":"id","required":true,"schema":{"description":"Task ID ","title":"ID","type":"string","writeOnly":true,"x-stream-index":"001"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateTaskRequest"}}},"description":"UpdateTaskRequest","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateTaskResponse"}}},"description":"UpdateTaskResponse"},"400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Bad request"},"429":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/APIError"}}},"description":"Too many requests"}},"summary":"Update Task","tags":["product:moderation"]}}},"security":[{"JWT":[],"api_key":[],"stream-auth-type":[]},{"api_key":[],"stream-auth-type":[]}],"servers":[{"description":"Stream API","url":"https://chat.stream-io-api.com"}]}