Cleaning up LibraryItem schemas

This commit is contained in:
Nicholas Wallace 2024-02-25 19:11:53 +00:00
parent c7ca8b7d65
commit 85586315f7
4 changed files with 76 additions and 174 deletions

View file

@ -6,10 +6,6 @@ const { filePathToPOSIX } = require('../utils/fileUtils')
* @openapi
* components:
* schemas:
* mediaType:
* type: string
* description: The type of media, will be book or podcast.
* enum: [book, podcast]
* oldLibraryId:
* type: string
* description: The ID of the libraries created on server version 2.2.23 and before.