mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Add: series schemas
This commit is contained in:
parent
b61c38bdd4
commit
78e84217e2
2 changed files with 83 additions and 1 deletions
|
|
@ -64,3 +64,9 @@ components:
|
|||
properties:
|
||||
media:
|
||||
$ref: './mediaTypes/media.yaml#/components/schemas/mediaMinified'
|
||||
libraryItemSequence:
|
||||
type: object
|
||||
description: A single item on the server, like a book or podcast. Includes series sequence information.
|
||||
allOf:
|
||||
- $ref: '#/components/schemas/libraryItemBase'
|
||||
- $ref: '../entities/Series.yaml#/components/schemas/sequence'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue