From 00c31960d7240db30e921500783d1ff4c9897ce2 Mon Sep 17 00:00:00 2001 From: Kavin <20838718+FireMasterK@users.noreply.github.com> Date: Thu, 26 Oct 2023 21:05:37 +0100 Subject: [PATCH] Add some missing fields. --- swagger.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/swagger.yaml b/swagger.yaml index 3ebeb99..1ffe852 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -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: