mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
25 lines
592 B
YAML
25 lines
592 B
YAML
type: object
|
|
required: [server, serverVersion, authRequired, features]
|
|
properties:
|
|
server:
|
|
type: string
|
|
description: The name of the server software.
|
|
example: "navidrome"
|
|
serverVersion:
|
|
type: string
|
|
description: The version number of the server.
|
|
example: "0.60.0"
|
|
authRequired:
|
|
type: boolean
|
|
description: Whether the user has access to the server.
|
|
example: true
|
|
features:
|
|
type: array
|
|
description: A list of optional features the server supports.
|
|
items:
|
|
type: string
|
|
enum:
|
|
- albums
|
|
- artists
|
|
- images
|