type: object
nullable: true
description: 'Object containing the metadata of a YouTube video.'
properties:
  video_id:
    $ref: '../properties/video_id.yaml'
  video_title:
    $ref: '../properties/youtube_video_title.yaml'
  channel_id:
    $ref: '../properties/channel_id.yaml'
  dsp_channel_id:
    $ref: '../properties/dsp_channel_id.yaml'
  channel_title:
    $ref: '../properties/youtube_channel_title.yaml'
  content_type:
    $ref: '../properties/youtube_content_type.yaml'
  date_uploaded:
    $ref: '../properties/iso_8601_date.yaml'
  dsp:
    $ref: '../properties/video_dsp_slug.yaml'
  dsp_video_id:
    $ref: '../properties/youtube_video_id.yaml'
  duration_seconds:
    $ref: '../properties/duration_seconds.yaml'
  is_sony:
    $ref: '../properties/is_sony_nullable.yaml'
  views:
    $ref: '../properties/number_views.yaml'
  thumbnails:
    $ref: './YouTubeThumbnails.yaml'