Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
21 lines
414 B
YAML
21 lines
414 B
YAML
type: object
|
|
required:
|
|
- reservations
|
|
- count
|
|
- offset
|
|
- limit
|
|
properties:
|
|
reservations:
|
|
type: array
|
|
items:
|
|
$ref: ./ExtendedReservationItem.yaml
|
|
count:
|
|
type: integer
|
|
description: The total number of items available
|
|
offset:
|
|
type: integer
|
|
description: The number of items skipped before these items
|
|
limit:
|
|
type: integer
|
|
description: The number of items per page
|