From d6407cf64560b870fef7acd2a05032e62c7a6102 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 12 May 2024 05:36:10 +0000 Subject: [PATCH] Linting updates --- docs/objects/Library.yaml | 2 +- docs/objects/LibraryItem.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/objects/Library.yaml b/docs/objects/Library.yaml index a069d1a35..4cdf4863f 100644 --- a/docs/objects/Library.yaml +++ b/docs/objects/Library.yaml @@ -52,7 +52,7 @@ components: description: The folders that belong to the library. type: array items: - $ref: './Folder.yaml#/components/schemas/folder' + $ref: 'Folder.yaml#/components/schemas/folder' displayOrder: description: Display position of the library in the list of libraries. Must be >= 1. type: integer diff --git a/docs/objects/LibraryItem.yaml b/docs/objects/LibraryItem.yaml index 5d2f2b3da..e63fa90e5 100644 --- a/docs/objects/LibraryItem.yaml +++ b/docs/objects/LibraryItem.yaml @@ -4,7 +4,7 @@ components: description: The ID of library items on server version 2.2.23 and before. type: string nullable: true - format: "li_[a-z0-9]{18}" + format: 'li_[a-z0-9]{18}' example: li_o78uaoeuh78h6aoeif libraryItemId: type: string @@ -22,9 +22,9 @@ components: ino: $ref: '../schemas.yaml#/components/schemas/inode' libraryId: - $ref: './Library.yaml#/components/schemas/libraryId' + $ref: 'Library.yaml#/components/schemas/libraryId' folderId: - $ref: './Folder.yaml#/components/schemas/folderId' + $ref: 'Folder.yaml#/components/schemas/folderId' path: description: The path of the library item on the server. type: string @@ -59,7 +59,7 @@ components: type: object description: A single item on the server, like a book or podcast. Minified media format. allOf: - - $ref : '#/components/schemas/libraryItemBase' + - $ref: '#/components/schemas/libraryItemBase' - type: object properties: media: