mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
17 lines
299 B
YAML
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
|