29 lines
550 B
YAML
29 lines
550 B
YAML
type: object
|
|
x-expanded-relations:
|
|
field: gift_cards
|
|
relations:
|
|
- order
|
|
- region
|
|
eager:
|
|
- region.fulfillment_providers
|
|
- region.payment_providers
|
|
required:
|
|
- gift_cards
|
|
- count
|
|
- offset
|
|
- limit
|
|
properties:
|
|
gift_cards:
|
|
type: array
|
|
items:
|
|
$ref: ./GiftCard.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
|