Youtube · Schema

ChannelContentDetails

Content details for the channel

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
relatedPlaylists object
View JSON Schema on GitHub

JSON Schema

youtube-channelcontentdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelContentDetails",
  "title": "ChannelContentDetails",
  "type": "object",
  "description": "Content details for the channel",
  "properties": {
    "relatedPlaylists": {
      "type": "object",
      "properties": {
        "likes": {
          "type": "string",
          "description": "Playlist ID for liked videos"
        },
        "favorites": {
          "type": "string",
          "description": "Playlist ID for favorited videos"
        },
        "uploads": {
          "type": "string",
          "description": "Playlist ID for uploaded videos",
          "example": "UU_x5XG1OV2P6uZZ5FSM9Ttw"
        }
      }
    }
  }
}