mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-09 09:41:27 +03:00
Further cleanup to API and models
This commit is contained in:
@@ -2164,7 +2164,6 @@ components:
|
||||
type: boolean
|
||||
result:
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/file'
|
||||
- type: object
|
||||
properties:
|
||||
formats:
|
||||
@@ -2556,28 +2555,6 @@ components:
|
||||
type: string
|
||||
passhash:
|
||||
type: string
|
||||
files:
|
||||
type: object
|
||||
properties:
|
||||
audio:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/file'
|
||||
video:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/file'
|
||||
playlists:
|
||||
type: object
|
||||
properties:
|
||||
audio:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/file'
|
||||
video:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/file'
|
||||
subscriptions:
|
||||
type: array
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user