navidrome/api/schemas/ArtistAttributes.yml
2023-06-07 10:49:56 -04:00

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