docs-util: fixes to OAS generator + generate OAS (#10867)
This commit is contained in:
@@ -5,6 +5,7 @@ required:
|
||||
- payment_collections
|
||||
- items
|
||||
- shipping_methods
|
||||
- status
|
||||
- currency_code
|
||||
- id
|
||||
- version
|
||||
@@ -235,3 +236,7 @@ properties:
|
||||
type: number
|
||||
title: original_shipping_tax_total
|
||||
description: The tax total of the order's shipping excluding promotions.
|
||||
status:
|
||||
type: string
|
||||
title: status
|
||||
description: The order's status.
|
||||
|
||||
@@ -6,6 +6,7 @@ x-schemaName: AdminOrderPreview
|
||||
required:
|
||||
- return_requested_total
|
||||
- order_change
|
||||
- status
|
||||
- currency_code
|
||||
- id
|
||||
- version
|
||||
@@ -643,3 +644,7 @@ properties:
|
||||
$ref: ./AdminCustomer.yaml
|
||||
sales_channel:
|
||||
$ref: ./AdminSalesChannel.yaml
|
||||
status:
|
||||
type: string
|
||||
title: status
|
||||
description: The order's status.
|
||||
|
||||
@@ -9,6 +9,7 @@ required:
|
||||
- sales_channel_id
|
||||
- email
|
||||
- currency_code
|
||||
- status
|
||||
- items
|
||||
- shipping_methods
|
||||
- payment_status
|
||||
@@ -230,3 +231,7 @@ properties:
|
||||
type: number
|
||||
title: original_shipping_tax_total
|
||||
description: The tax total of the order's shipping excluding promotions.
|
||||
status:
|
||||
type: string
|
||||
title: status
|
||||
description: The order's status.
|
||||
|
||||
@@ -4,6 +4,7 @@ x-schemaName: StoreOrder
|
||||
required:
|
||||
- items
|
||||
- shipping_methods
|
||||
- status
|
||||
- currency_code
|
||||
- id
|
||||
- region_id
|
||||
@@ -228,3 +229,7 @@ properties:
|
||||
description: The order's transactions.
|
||||
items:
|
||||
$ref: ./BaseOrderTransaction.yaml
|
||||
status:
|
||||
type: string
|
||||
title: status
|
||||
description: The order's status.
|
||||
|
||||
Reference in New Issue
Block a user