mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Linting updates
This commit is contained in:
parent
a0a2fef54d
commit
d6407cf645
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue