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
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema StoreUpdateCartLineItem
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details to update in the line item.
|
||||
* x-schemaName: StoreUpdateCartLineItem
|
||||
* required:
|
||||
* - quantity
|
||||
@@ -9,10 +9,10 @@
|
||||
* quantity:
|
||||
* type: number
|
||||
* title: quantity
|
||||
* description: The cart's quantity.
|
||||
* description: The item's quantity.
|
||||
* metadata:
|
||||
* type: object
|
||||
* description: The cart's metadata.
|
||||
* description: The item's metadata, can hold custom key-value pairs.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user