navidrome/api/schemas/ErrorList.yml

8 lines
113 B
YAML

type: object
required: [errors]
properties:
errors:
type: array
items:
$ref: './ErrorObject.yml'