Add: ebook file spec

This commit is contained in:
Nicholas Wallace 2024-05-12 04:35:05 +00:00
parent 242afb3d1a
commit f92f5c31bc
2 changed files with 18 additions and 1 deletions

View file

@ -29,7 +29,7 @@ components:
items:
type: integer
ebookFile:
$ref: '#/components/schemas/ebookFile'
$ref: '../files/EBookFile.yaml#/components/schemas/ebookFile'
bookMinified:
type: object
description: Minified book schema. Does not depend on `bookBase` because there's pretty much no overlap.