Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
15 lines
304 B
YAML
15 lines
304 B
YAML
type: object
|
|
description: The details of a requested exchange.
|
|
x-schemaName: AdminExchangeRequestResponse
|
|
required:
|
|
- return
|
|
- order_preview
|
|
- exchange
|
|
properties:
|
|
return:
|
|
$ref: ./AdminReturn.yaml
|
|
order_preview:
|
|
$ref: ./AdminOrderPreview.yaml
|
|
exchange:
|
|
$ref: ./AdminExchange.yaml
|