Linting updates

This commit is contained in:
Nicholas Wallace 2024-05-12 05:36:10 +00:00
parent a0a2fef54d
commit d6407cf645
2 changed files with 5 additions and 5 deletions

View file

@ -52,7 +52,7 @@ components:
description: The folders that belong to the library. description: The folders that belong to the library.
type: array type: array
items: items:
$ref: './Folder.yaml#/components/schemas/folder' $ref: 'Folder.yaml#/components/schemas/folder'
displayOrder: displayOrder:
description: Display position of the library in the list of libraries. Must be >= 1. description: Display position of the library in the list of libraries. Must be >= 1.
type: integer type: integer

View file

@ -4,7 +4,7 @@ components:
description: The ID of library items on server version 2.2.23 and before. description: The ID of library items on server version 2.2.23 and before.
type: string type: string
nullable: true nullable: true
format: "li_[a-z0-9]{18}" format: 'li_[a-z0-9]{18}'
example: li_o78uaoeuh78h6aoeif example: li_o78uaoeuh78h6aoeif
libraryItemId: libraryItemId:
type: string type: string
@ -22,9 +22,9 @@ components:
ino: ino:
$ref: '../schemas.yaml#/components/schemas/inode' $ref: '../schemas.yaml#/components/schemas/inode'
libraryId: libraryId:
$ref: './Library.yaml#/components/schemas/libraryId' $ref: 'Library.yaml#/components/schemas/libraryId'
folderId: folderId:
$ref: './Folder.yaml#/components/schemas/folderId' $ref: 'Folder.yaml#/components/schemas/folderId'
path: path:
description: The path of the library item on the server. description: The path of the library item on the server.
type: string type: string
@ -59,7 +59,7 @@ components:
type: object type: object
description: A single item on the server, like a book or podcast. Minified media format. description: A single item on the server, like a book or podcast. Minified media format.
allOf: allOf:
- $ref : '#/components/schemas/libraryItemBase' - $ref: '#/components/schemas/libraryItemBase'
- type: object - type: object
properties: properties:
media: media: