chore(oas): [7/n] improve oas schemas (#9162)

This commit is contained in:
Shahed Nasser
2024-09-17 19:27:20 +02:00
committed by GitHub
parent 78eaed70e5
commit b5ffed6973
20 changed files with 128 additions and 190 deletions
@@ -1,17 +1,17 @@
/**
* @schema AdminPostExchangesItemsActionReqSchema
* type: object
* description: SUMMARY
* description: The details to update in an outbound item.
* x-schemaName: AdminPostExchangesItemsActionReqSchema
* properties:
* quantity:
* type: number
* title: quantity
* description: The exchange's quantity.
* description: The item's quantity.
* internal_note:
* type: string
* title: internal_note
* description: The exchange's internal note.
* description: A note only viewed by admin users.
*
*/