LivestreamScheduleItem
Content metadata for livestream content from PBS TV Schedule Service API.
See: TV Schedules Service (TVSS) API
type LivestreamScheduleItem {
airingType: String
cid: String
endTime: String
minutes: Int
show: NormalizedShow
showTitle: String
startTime: String
title: String
video: NormalizedVideo
}
Fields
LivestreamScheduleItem.airingType
● String
scalar references
Airing type from PBS TV Schedules Service API.
PBS does not indicate all valid values for this field so it is left as a plain string.
Known values are "Taped" and "New".
LivestreamScheduleItem.cid
● String
scalar references
LivestreamScheduleItem.endTime
● String
scalar references
Schedulte item end time.
LivestreamScheduleItem.minutes
● Int
scalar references
Total length of content in minutes.
LivestreamScheduleItem.show
● NormalizedShow
object references
Station-normalized show data if a show relation is found.
See: NormalizedShow.tvScheduleIds
LivestreamScheduleItem.showTitle
● String
scalar references
LivestreamScheduleItem.startTime
● String
scalar references
Schedulte item start time.
LivestreamScheduleItem.title
● String
scalar references
Video title.
LivestreamScheduleItem.video
● NormalizedVideo
object references
Station-normalized video data if a video relation is found.
See: NormalizedVideo.tvScheduleIds
Member Of
LivestreamSchedule
object