mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
18 lines
545 B
YAML
18 lines
545 B
YAML
|
components:
|
||
|
schemas:
|
||
|
ebookFile:
|
||
|
type: object
|
||
|
properties:
|
||
|
ino:
|
||
|
$ref: '../../schemas.yaml#/components/schemas/inode'
|
||
|
metadata:
|
||
|
$ref: '../metadata/FileMetadata.yaml#/components/schemas/fileMetadata'
|
||
|
ebookFormat:
|
||
|
description: The ebook format of the ebook file.
|
||
|
type: string
|
||
|
example: epub
|
||
|
addedAt:
|
||
|
$ref: '../../schemas.yaml#/components/schemas/addedAt'
|
||
|
updatedAt:
|
||
|
$ref: '../../schemas.yaml#/components/schemas/updatedAt'
|