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'