mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Schema updates from August 3 (#1)
* Update: formatting * Fix: libraryItemController `play` endpoint + Endpoints cannot have optional path parameters + Moved schemas to `components` section * Fix: MeController optional path parameters * Fix: Books do not have `episodeId` in `mediaProgress` * Fix: `PlaybackSession` oneOf between book and podcast * Update: bundled spec * Fix: `allowReserved` in LibraryItem include query * Add: tags to AuthController endpoints * Fix: summary of play endpoints * Update: bundled spec
This commit is contained in:
parent
7274b87aca
commit
3a91092fbf
13 changed files with 561 additions and 441 deletions
|
|
@ -93,19 +93,18 @@ components:
|
|||
type: string
|
||||
example: audio/mpeg
|
||||
libraryFile:
|
||||
type: object
|
||||
description: A library file. Includes the path and metadata of the file.
|
||||
properties:
|
||||
ino:
|
||||
$ref: '../../schemas.yaml#/components/schemas/inode'
|
||||
addedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/addedAt'
|
||||
updatedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/updatedAt'
|
||||
fileType:
|
||||
description: The type of file.
|
||||
type: string
|
||||
example: audio
|
||||
metadata:
|
||||
$ref: '../metadata/FileMetadata.yaml#/components/schemas/fileMetadata'
|
||||
|
||||
type: object
|
||||
description: A library file. Includes the path and metadata of the file.
|
||||
properties:
|
||||
ino:
|
||||
$ref: '../../schemas.yaml#/components/schemas/inode'
|
||||
addedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/addedAt'
|
||||
updatedAt:
|
||||
$ref: '../../schemas.yaml#/components/schemas/updatedAt'
|
||||
fileType:
|
||||
description: The type of file.
|
||||
type: string
|
||||
example: audio
|
||||
metadata:
|
||||
$ref: '../metadata/FileMetadata.yaml#/components/schemas/fileMetadata'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue