Youtube · JSON Structure

Youtube Data Video Player Structure

Information used to play the video.

Type: object Properties: 3
GoogleMediaSocialStreamingVideoVideos

VideoPlayer is a JSON Structure definition published by Youtube, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

embedHtml embedHeight embedWidth

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Information used to play the video.",
  "name": "VideoPlayer",
  "properties": {
    "embedHtml": {
      "type": "string",
      "description": "An iframe tag that embeds a player that will play the video."
    },
    "embedHeight": {
      "type": "number",
      "description": "The height of the embedded player returned in the player.embedHtml property."
    },
    "embedWidth": {
      "type": "number",
      "description": "The width of the embedded player returned in the player.embedHtml property."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}