chore(oas): [14/n] improve OAS schemas (#9202)
* chore(oas): [14/n] improve OAS schemas * fix description of required_quantity
This commit is contained in:
@@ -1,21 +1,23 @@
|
||||
/**
|
||||
* @schema AdminUpdatePricePreference
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details to update in the price preference.
|
||||
* x-schemaName: AdminUpdatePricePreference
|
||||
* properties:
|
||||
* attribute:
|
||||
* type: string
|
||||
* title: attribute
|
||||
* description: The price preference's attribute.
|
||||
* example: region_id
|
||||
* value:
|
||||
* type: string
|
||||
* title: value
|
||||
* description: The price preference's value.
|
||||
* example: reg_123
|
||||
* is_tax_inclusive:
|
||||
* type: boolean
|
||||
* title: is_tax_inclusive
|
||||
* description: The price preference's is tax inclusive.
|
||||
* description: Whether prices are tax inclusive for this price preference.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user