oas: [4/n] improve oas schemas (#9064)

Improve oas schemas [4/n]
This commit is contained in:
Shahed Nasser
2024-09-09 18:52:49 +00:00
committed by GitHub
parent dfb095e2ea
commit abb5f0c2fe
20 changed files with 143 additions and 143 deletions
@@ -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"