10 lines
186 B
YAML
10 lines
186 B
YAML
type: object
|
|
properties:
|
|
shipping_options:
|
|
type: array
|
|
items:
|
|
$ref: ./ShippingOption.yaml
|
|
count:
|
|
type: integer
|
|
description: The total number of items available
|