mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: spec relative paths
This commit is contained in:
parent
5295088462
commit
242afb3d1a
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ components:
|
||||||
type: string
|
type: string
|
||||||
example: MP2/3 (MPEG audio layer 2/3)
|
example: MP2/3 (MPEG audio layer 2/3)
|
||||||
duration:
|
duration:
|
||||||
$ref: '#/components/schemas/durationSec'
|
$ref: '../../schemas.yaml#/components/schemas/durationSec'
|
||||||
bitRate:
|
bitRate:
|
||||||
description: The bit rate (in bit/s) of the audio file.
|
description: The bit rate (in bit/s) of the audio file.
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ components:
|
||||||
chapters:
|
chapters:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/bookChapter'
|
$ref: '../metadata/BookMetadata.yaml#/components/schemas/bookChapter'
|
||||||
missingParts:
|
missingParts:
|
||||||
description: Any parts missing from the book by track index.
|
description: Any parts missing from the book by track index.
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue