chore(oas): [21/21] improve oas schemas (#9339)
* improve oas * more improvements * add missing descriptions --------- Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
38778b37e2
commit
74b3385a65
@@ -20,10 +20,11 @@
|
||||
* type: string
|
||||
* title: currency_code
|
||||
* description: The region's currency code.
|
||||
* example: usd
|
||||
* automatic_taxes:
|
||||
* type: boolean
|
||||
* title: automatic_taxes
|
||||
* description: The region's automatic taxes.
|
||||
* description: Whether taxes are calculated automatically during checkout for carts that belong to this region.
|
||||
* countries:
|
||||
* type: array
|
||||
* description: The region's countries.
|
||||
@@ -36,17 +37,17 @@
|
||||
* $ref: "#/components/schemas/AdminPaymentProvider"
|
||||
* metadata:
|
||||
* type: object
|
||||
* description: The region's metadata.
|
||||
* description: The region's metadata, can hold custom key-value pairs.
|
||||
* created_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: created_at
|
||||
* description: The region's created at.
|
||||
* description: The date the region was created.
|
||||
* updated_at:
|
||||
* type: string
|
||||
* format: date-time
|
||||
* title: updated_at
|
||||
* description: The region's updated at.
|
||||
* description: The date the region was updated.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user