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