Youtube · JSON Structure

Youtube Live Page Info Structure

Paging details for a list of live streaming resources.

Type: object Properties: 2
GoogleMediaSocialStreamingVideoVideos

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

Properties

totalResults resultsPerPage

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Paging details for a list of live streaming resources.",
  "name": "PageInfo",
  "properties": {
    "totalResults": {
      "type": "integer",
      "description": "The total number of results in the result set."
    },
    "resultsPerPage": {
      "type": "integer",
      "description": "The number of results included in the API response."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}