mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-13 04:41:36 +00:00
Moved schemas into objects/ definitions
This commit is contained in:
parent
cc37c3d41f
commit
cc53f16185
30 changed files with 3380 additions and 3241 deletions
18
server/objects/components.js
Normal file
18
server/objects/components.js
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/**
|
||||
* @openapi
|
||||
* components:
|
||||
* schemas:
|
||||
* createdAt:
|
||||
* type: integer
|
||||
* description: The time (in ms since POSIX epoch) when the item was created.
|
||||
* example: 1633522963509
|
||||
* tags:
|
||||
* description: Tags applied to items.
|
||||
* type: array
|
||||
* items:
|
||||
* type: string
|
||||
* examples:
|
||||
* - Favorite
|
||||
* - Nonfiction/History
|
||||
* - Content: Violence
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue