mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 13:21:39 +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
|
nullable: true
|
||||||
pubDate:
|
pubDate:
|
||||||
type: string
|
type: string
|
||||||
format: date-time
|
|
||||||
description: The publication date of the episode.
|
description: The publication date of the episode.
|
||||||
nullable: true
|
nullable: true
|
||||||
chapters:
|
chapters:
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,10 @@ components:
|
||||||
description: The total length (in seconds) of the item or file.
|
description: The total length (in seconds) of the item or file.
|
||||||
type: number
|
type: number
|
||||||
example: 33854.905
|
example: 33854.905
|
||||||
|
duration:
|
||||||
|
description: The total length of the item or file.
|
||||||
|
type: string
|
||||||
|
example: '01:23:45'
|
||||||
tags:
|
tags:
|
||||||
description: Tags applied to items.
|
description: Tags applied to items.
|
||||||
type: array
|
type: array
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue