mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
19 lines
363 B
YAML
19 lines
363 B
YAML
type: object
|
|
properties:
|
|
data:
|
|
oneOf:
|
|
- $ref: './Track.yml'
|
|
- $ref: './Album.yml'
|
|
- $ref: './Artist.yml'
|
|
- type: array
|
|
items:
|
|
$ref: './ResourceObject.yml'
|
|
included:
|
|
type: array
|
|
items:
|
|
$ref: './IncludedResource.yml'
|
|
links:
|
|
$ref: './PaginationLinks.yml'
|
|
meta:
|
|
$ref: './PaginationMeta.yml'
|