oas: [6/n] improve oas schemas (#9122)

Improve oas schemas [6/n]
This commit is contained in:
Shahed Nasser
2024-09-13 07:23:09 +00:00
committed by GitHub
parent a7684b45f6
commit 2c8ae6073e
8 changed files with 166 additions and 195 deletions
@@ -1,14 +1,14 @@
/**
* @schema AdminOrderChangesResponse
* type: object
* description: SUMMARY
* description: The details of an order's changes.
* x-schemaName: AdminOrderChangesResponse
* required:
* - order_changes
* properties:
* order_changes:
* type: array
* description: The order's order changes.
* description: An order's changes.
* items:
* $ref: "#/components/schemas/BaseOrderChange"
*