mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03: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
|