mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
8 lines
113 B
YAML
8 lines
113 B
YAML
type: object
|
|
required: [errors]
|
|
properties:
|
|
errors:
|
|
type: array
|
|
items:
|
|
$ref: './ErrorObject.yml'
|