docs-util: fixes to OAS generator + generate OAS (#10867)

This commit is contained in:
Shahed Nasser
2025-01-07 16:35:55 +02:00
committed by GitHub
parent 899b1fba4a
commit edcff0ed16
19 changed files with 152 additions and 18 deletions
@@ -6,6 +6,7 @@
* required:
* - items
* - shipping_methods
* - status
* - currency_code
* - id
* - region_id
@@ -230,6 +231,10 @@
* description: The order's transactions.
* items:
* $ref: "#/components/schemas/BaseOrderTransaction"
* status:
* type: string
* title: status
* description: The order's status.
*
*/