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:
Shahed Nasser
2024-09-27 12:40:24 +02:00
committed by GitHub
co-authored by Oli Juhl
parent 38778b37e2
commit 74b3385a65
26 changed files with 433 additions and 235 deletions
@@ -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.
*
*/