12 lines
237 B
YAML
12 lines
237 B
YAML
type: object
|
|
description: SUMMARY
|
|
x-schemaName: AdminOrderChangesResponse
|
|
required:
|
|
- order_changes
|
|
properties:
|
|
order_changes:
|
|
type: array
|
|
description: The order's order changes.
|
|
items:
|
|
$ref: ./BaseOrderChange.yaml
|