docs: generate OAS for v2 (#7883)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @schema AdminCreateProductVariantPrice
|
||||
* type: object
|
||||
* description: The price's prices.
|
||||
* x-schemaName: AdminCreateProductVariantPrice
|
||||
* required:
|
||||
* - currency_code
|
||||
* - amount
|
||||
* properties:
|
||||
* currency_code:
|
||||
* type: string
|
||||
* title: currency_code
|
||||
* description: The price's currency code.
|
||||
* amount:
|
||||
* type: number
|
||||
* title: amount
|
||||
* description: The price's amount.
|
||||
* min_quantity:
|
||||
* type: number
|
||||
* title: min_quantity
|
||||
* description: The price's min quantity.
|
||||
* max_quantity:
|
||||
* type: number
|
||||
* title: max_quantity
|
||||
* description: The price's max quantity.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user