From 7da2d0ae8c9316c453e79f48205d68b0968519c4 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Mon, 6 May 2024 02:20:12 +0000 Subject: [PATCH] Fix: extra type in `Author.yaml` --- docs/objects/entities/Author.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/objects/entities/Author.yaml b/docs/objects/entities/Author.yaml index a38344d38..48ac831a4 100644 --- a/docs/objects/entities/Author.yaml +++ b/docs/objects/entities/Author.yaml @@ -67,7 +67,6 @@ components: properties: libraryItems: description: The items associated with the author - type: string type: array items: $ref: '../LibraryItem.yaml#/components/schemas/libraryItemMinified' @@ -101,4 +100,4 @@ components: numBooks: description: The number of books associated with the author in the library. type: integer - example: 1 \ No newline at end of file + example: 1