diff --git a/docs/objects/files/AudioFile.yaml b/docs/objects/files/AudioFile.yaml index 06a9c80cc..20994438f 100644 --- a/docs/objects/files/AudioFile.yaml +++ b/docs/objects/files/AudioFile.yaml @@ -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 diff --git a/docs/objects/mediaTypes/Book.yaml b/docs/objects/mediaTypes/Book.yaml index 4ae07bd57..33f4747e2 100644 --- a/docs/objects/mediaTypes/Book.yaml +++ b/docs/objects/mediaTypes/Book.yaml @@ -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