navidrome/api/schemas/AlbumAttributes.yml

17 lines
299 B
YAML

type: object
properties:
title:
type: string
description: The title of the album
releaseDate:
type: string
format: date
description: The release date of the album
genre:
type: string
description: The genre of the album
required:
- title
- releaseDate
- genre