@@ -1,13 +1,14 @@
|
||||
/**
|
||||
* @schema AdminExchangeOrderResponse
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The exchange's details.
|
||||
* x-schemaName: AdminExchangeOrderResponse
|
||||
* required:
|
||||
* - order
|
||||
* - exchange
|
||||
* properties:
|
||||
* order:
|
||||
* description: The details of the associated order.
|
||||
* $ref: "#/components/schemas/Order"
|
||||
* exchange:
|
||||
* $ref: "#/components/schemas/AdminExchange"
|
||||
|
||||
Reference in New Issue
Block a user