16 lines
338 B
YAML
16 lines
338 B
YAML
type: object
|
|
properties:
|
|
discounts:
|
|
type: array
|
|
items:
|
|
$ref: ./Discount.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
|