Files
medusa-store/docs/api/admin/components/schemas/AdminSwapsListRes.yaml
T
2023-08-07 16:54:48 +03:00

22 lines
433 B
YAML

type: object
required:
- swaps
- count
- offset
- limit
properties:
swaps:
type: array
description: An array of swaps details.
items:
$ref: ./Swap.yaml
count:
type: integer
description: The total number of items available
offset:
type: integer
description: The number of swaps skipped when retrieving the swaps.
limit:
type: integer
description: The number of items per page