Youtube · Schema

PlaylistContentDetails

Content details for the playlist

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
itemCount integer Number of videos in the playlist
View JSON Schema on GitHub

JSON Schema

youtube-playlistcontentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlaylistContentDetails",
  "title": "PlaylistContentDetails",
  "type": "object",
  "description": "Content details for the playlist",
  "properties": {
    "itemCount": {
      "type": "integer",
      "description": "Number of videos in the playlist",
      "example": 25
    }
  }
}