YouTube Data · JSON-LD Context

Youtube Context

JSON-LD context defining the semantic vocabulary for Youtube from YouTube Data.

15 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

youtube: https://www.googleapis.com/youtube/v3/

Classes

Video Channel Playlist title description thumbnails channelTitle tags categoryId viewCount likeCount commentCount duration privacyStatus embeddable

Properties

Property Type Container
videoId reference
channelId reference
playlistId reference
publishedAt schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "youtube": "https://www.googleapis.com/youtube/v3/",
    "Video": "youtube:Video",
    "Channel": "youtube:Channel",
    "Playlist": "youtube:Playlist",
    "videoId": {
      "@id": "youtube:videoId",
      "@type": "@id"
    },
    "channelId": {
      "@id": "youtube:channelId",
      "@type": "@id"
    },
    "playlistId": {
      "@id": "youtube:playlistId",
      "@type": "@id"
    },
    "title": "schema:name",
    "description": "schema:description",
    "publishedAt": {
      "@id": "schema:datePublished",
      "@type": "schema:DateTime"
    },
    "thumbnails": "schema:thumbnailUrl",
    "channelTitle": "schema:author",
    "tags": "schema:keywords",
    "categoryId": "schema:genre",
    "viewCount": "schema:interactionCount",
    "likeCount": "schema:userInteractionCount",
    "commentCount": "schema:commentCount",
    "duration": "schema:duration",
    "privacyStatus": "schema:accessMode",
    "embeddable": "schema:isAccessibleForFree"
  }
}