mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +00:00
Fix: allOf for libraryItemSequence
This commit is contained in:
parent
df801f792e
commit
c77582c180
1 changed files with 4 additions and 1 deletions
|
|
@ -69,4 +69,7 @@ components:
|
||||||
description: A single item on the server, like a book or podcast. Includes series sequence information.
|
description: A single item on the server, like a book or podcast. Includes series sequence information.
|
||||||
allOf:
|
allOf:
|
||||||
- $ref: '#/components/schemas/libraryItemBase'
|
- $ref: '#/components/schemas/libraryItemBase'
|
||||||
- $ref: './entities/Series.yaml#/components/schemas/sequence'
|
- type: object
|
||||||
|
properies:
|
||||||
|
sequence:
|
||||||
|
$ref: './entities/Series.yaml#/components/schemas/sequence'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue