navidrome/api/schemas/PaginationLinks.yml

15 lines
190 B
YAML

type: object
properties:
first:
type: string
format: uri
prev:
type: string
format: uri
next:
type: string
format: uri
last:
type: string
format: uri