Files
medusa-store/docs/api/admin/components/schemas/AdminReservationsListRes.yaml
github-actions[bot] 274056a38d chore(docs): Generated API Reference (#4205)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-31 17:10:23 +03:00

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