mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
13 lines
209 B
YAML
13 lines
209 B
YAML
type: object
|
|
properties:
|
|
artists:
|
|
type: array
|
|
items:
|
|
$ref: './TrackArtistRelationship.yml'
|
|
albums:
|
|
type: array
|
|
items:
|
|
$ref: './AlbumTrackRelationship.yml'
|
|
required:
|
|
- artists
|