Further cleanup to API and models

This commit is contained in:
Isaac Abadi
2022-05-11 23:53:10 -04:00
parent 1514952fd1
commit a2db8ba0fe
3 changed files with 2 additions and 36 deletions

View File

@@ -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: