mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 20:31:36 +00:00
26 lines
No EOL
722 B
JavaScript
26 lines
No EOL
722 B
JavaScript
/**
|
|
* @openapi
|
|
* components:
|
|
* schemas:
|
|
* addedAt:
|
|
* type: integer
|
|
* description: The time (in ms since POSIX epoch) when added to the server.
|
|
* example: 1633522963509
|
|
* createdAt:
|
|
* type: integer
|
|
* description: The time (in ms since POSIX epoch) when was created.
|
|
* example: 1633522963509
|
|
* updatedAt:
|
|
* type: integer
|
|
* description: The time (in ms since POSIX epoch) when last updated.
|
|
* example: 1633522963509
|
|
* tags:
|
|
* description: Tags applied to items.
|
|
* type: array
|
|
* items:
|
|
* type: string
|
|
* examples:
|
|
* - Favorite
|
|
* - Nonfiction/History
|
|
* - Content: Violence
|
|
*/ |