Skip to main content

normalizedVideos

Gets a filtered list of normalized videos for a given station and country.

normalizedVideos(
country: CountryCode
filters: NormalizedVideosFilters
stationId: UUID
): [NormalizedVideo]

Arguments

normalizedVideos.country ● CountryCode scalar references

normalizedVideos.filters ● NormalizedVideosFilters input references

normalizedVideos.stationId ● UUID scalar references

Type

NormalizedVideo object references

Station-normalized data for a video.

The Local Streaming data model has three types repsenting a video:

  • PbsVideo: Base type, read-only and synced from PBS Media Manager,
  • Video: Global video metadata overriding PbsVideo metadata for all stations, and
  • StationVideo: Station video metadata overriding Video and PbsVideo metadata for individual stations.

The NormalizedVideo is a combination of all three types for a specific station and country.