mirror of
https://github.com/navidrome/navidrome.git
synced 2025-07-21 02:41:48 +03:00
9 lines
164 B
YAML
9 lines
164 B
YAML
type: object
|
|
required: [id, type]
|
|
properties:
|
|
id:
|
|
type: string
|
|
description: The unique identifier for the resource
|
|
type:
|
|
$ref: './ResourceType.yml'
|