From 76100b680ea3249d7ae21e6e987ebd9738818b9d Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Mon, 6 May 2024 02:20:35 +0000 Subject: [PATCH] Fix: formatting --- docs/schemas.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/schemas.yaml b/docs/schemas.yaml index de506d460..ec827d42a 100644 --- a/docs/schemas.yaml +++ b/docs/schemas.yaml @@ -25,9 +25,9 @@ components: type: array items: type: string - example: ["To Be Read", "Genre: Nonfiction"] + example: ['To Be Read', 'Genre: Nonfiction'] inode: description: The inode of the item in the file system. type: string - format: "[0-9]*" - example: '649644248522215260' \ No newline at end of file + format: '[0-9]*' + example: '649644248522215260'