Skip to main content

YoutubeEpisodeVideoMapping

A YouTube video mapping for an episode.

type YoutubeEpisodeVideoMapping {
id: ID!
youtubeId: String!
youtubeUrl: Url
youtubePublishedAt: DateTime
verified: Boolean!
verificationMethod: String
source: String
lastSyncedAt: DateTime
metadata: String
createdAt: DateTime
updatedAt: DateTime
}

Fields

id (ID!)

The internal ID of the YouTube mapping.

youtubeId (String!)

The YouTube video ID.

youtubeUrl (Url)

The full YouTube URL for this mapping.

youtubePublishedAt (DateTime)

When the YouTube content was published.

verified (Boolean!)

Whether this mapping has been verified.

verificationMethod (String)

The method used to verify this mapping.

source (String)

The source of this mapping (e.g., 'manual', 'algorithm').

lastSyncedAt (DateTime)

When this mapping was last synced with YouTube.

metadata (String)

Additional metadata from the YouTube API.

createdAt (DateTime)

When this mapping was created.

updatedAt (DateTime)

When this mapping was last updated.