Youtube · Schema

LiveBroadcastSnippet

Basic details about a live broadcast including its title, description, and scheduled start and end times.

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
publishedAt string The date and time that the broadcast was added to YouTube's live broadcast schedule.
channelId string The ID of the channel to which this broadcast is affiliated.
title string The broadcast's title. The title is a required field when inserting a broadcast.
description string The broadcast's description.
thumbnails object A map of thumbnail images associated with the broadcast.
scheduledStartTime string The date and time that the broadcast is scheduled to begin.
scheduledEndTime string The date and time that the broadcast is scheduled to end.
actualStartTime string The date and time that the broadcast actually started.
actualEndTime string The date and time that the broadcast actually ended.
liveChatId string The live chat ID associated with the broadcast.
isDefaultBroadcast boolean Indicates whether this broadcast is the default broadcast.
View JSON Schema on GitHub