Fix: spec relative paths

This commit is contained in:
Nicholas Wallace 2024-05-12 04:20:01 +00:00
parent 5295088462
commit 242afb3d1a
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ components:
type: string
example: MP2/3 (MPEG audio layer 2/3)
duration:
$ref: '#/components/schemas/durationSec'
$ref: '../../schemas.yaml#/components/schemas/durationSec'
bitRate:
description: The bit rate (in bit/s) of the audio file.
type: integer

View file

@ -22,7 +22,7 @@ components:
chapters:
type: array
items:
$ref: '#/components/schemas/bookChapter'
$ref: '../metadata/BookMetadata.yaml#/components/schemas/bookChapter'
missingParts:
description: Any parts missing from the book by track index.
type: array