mirror of
https://github.com/TeamPiped/OpenAPI.git
synced 2024-08-14 23:56:55 +00:00
Add some missing fields.
This commit is contained in:
parent
6652b1fa9b
commit
00c31960d7
1 changed files with 24 additions and 0 deletions
24
swagger.yaml
24
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:
|
||||
|
|
Loading…
Reference in a new issue