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