mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
11 lines
182 B
YAML
11 lines
182 B
YAML
type: object
|
|
properties:
|
|
name:
|
|
type: string
|
|
description: The name of the artist
|
|
bio:
|
|
type: string
|
|
description: A short biography of the artist
|
|
required:
|
|
- name
|