Add some missing fields.

This commit is contained in:
Kavin 2023-10-26 21:05:37 +01:00
parent 6652b1fa9b
commit 00c31960d7
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 24 additions and 0 deletions

View File

@ -636,6 +636,9 @@ components:
example: true
Stream:
properties:
itag:
type: integer
description: The itag of the stream, or -1 if not available.
url:
type: string
description: The URL of the stream.
@ -674,6 +677,18 @@ components:
type: integer
fps:
type: integer
audioTrackId:
type: string
nullable: true
audioTrackName:
type: string
nullable: true
audioTrackType:
type: string
nullable: true
audioTrackLocale:
type: string
nullable: true
StreamItem:
type: object
required:
@ -730,6 +745,9 @@ components:
type: string
description: The short description of the video.
nullable: true
contentLength:
type: integer
description: The content length of the video.
StreamsPage:
type: object
properties:
@ -809,6 +827,12 @@ components:
verified:
type: boolean
description: Whether the author of the comment is verified.
creatorReplied:
type: boolean
description: Whether the video's uploader replied to the comment.
channelOwner:
type: boolean
description: Whether the author of the comment is the video's uploader.
CommentsPage:
type: object
properties: