name: video_id
description: 'Primary key identifier for a Video'
in: query
required: false
schema:
  type: array
  items:
    $ref: '../schemas/properties/video_id.yaml'
examples:
  'Thriller (YouTube)':
    value: 'youtube_sOnqjkJTMaA'
  'Thriller, Smooth Criminal (YouTube)':
    value: ['youtube_sOnqjkJTMaA', 'youtube_h_D3VFfhvs4']