navidrome/api/schemas/ResourceObject.yml

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'