normalizedVideo
Gets a normalized video by ID for a given station and country.
One of either slug or id is required.
normalizedVideo(
country: CountryCode
id: String
slug: String
stationId: UUID
): NormalizedVideo
Arguments
normalizedVideo.country ● CountryCode scalar references
normalizedVideo.id ● String scalar references
normalizedVideo.slug ● String scalar references
normalizedVideo.stationId ● UUID scalar references
Type
NormalizedVideo object references
Station-normalized data for a video.
The Local Public data model has three types representing a video:
PbsVideo: Base type, read-only and synced from PBS Media Manager,Video: Global video metadata overridingPbsVideometadata for all stations, andStationVideo: Station video metadata overridingVideoandPbsVideometadata for individual stations.
The NormalizedVideo is a combination of all three types for a specific station and country.