LivestreamSchedule
Livestream schedule data from PBS TV Schedules Service API.
Includes current and upcoming programsm (up to two hours in the future).
Results come directly from the PBS TV Schedule Service API and are cache for a period.
See: Livestream.pbsTvssFeedCid
type LivestreamSchedule {
current: LivestreamScheduleItem
upcoming: [LivestreamScheduleItem!]
}
Fields
LivestreamSchedule.current
● LivestreamScheduleItem
object references
Metdata for currently playing content
LivestreamSchedule.upcoming
● [LivestreamScheduleItem!]
list object references
Metadata for upcoming shows for the next two hours.
Member Of
Livestream
object