mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
Update schemas
This commit is contained in:
parent
4b4feea965
commit
b3c02a3ae7
2 changed files with 4 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ components:
|
|||
nullable: true
|
||||
pubDate:
|
||||
type: string
|
||||
format: date-time
|
||||
description: The publication date of the episode.
|
||||
nullable: true
|
||||
chapters:
|
||||
|
|
|
|||
|
|
@ -20,6 +20,10 @@ components:
|
|||
description: The total length (in seconds) of the item or file.
|
||||
type: number
|
||||
example: 33854.905
|
||||
duration:
|
||||
description: The total length of the item or file.
|
||||
type: string
|
||||
example: '01:23:45'
|
||||
tags:
|
||||
description: Tags applied to items.
|
||||
type: array
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue