9 lines
187 B
YAML
9 lines
187 B
YAML
type: object
|
|
description: The details of the order change.
|
|
x-schemaName: AdminOrderChangeResponse
|
|
required:
|
|
- order_change
|
|
properties:
|
|
order_change:
|
|
$ref: ./AdminOrderChange.yaml
|