Moved schemas into objects/ definitions

This commit is contained in:
Nicholas Wallace 2024-02-25 18:32:04 +00:00
parent cc37c3d41f
commit cc53f16185
30 changed files with 3380 additions and 3241 deletions

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