audiobookshelf/server/objects/components.js
2024-03-01 23:11:02 +00:00

22 lines
No EOL
568 B
JavaScript

/**
* @openapi
* components:
* schemas:
* 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
*/