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,7 +1,7 @@
/**
* @schema AdminExchangeDeleteResponse
* type: object
* description: SUMMARY
* description: The details of deleting an exchange.
* x-schemaName: AdminExchangeDeleteResponse
* required:
* - id
@@ -20,7 +20,7 @@
* deleted:
* type: boolean
* title: deleted
* description: Whether the Exchange was deleted.
* description: Whether the exchange was deleted.
*
*/