audiobookshelf/server/objects/components.js

18 lines
428 B
JavaScript
Raw Normal View History

/**
* @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
*/