Files
medusa-store/www/utils/generated/oas-output/schemas/StoreUpdateCartLineItem.ts
Shahed Nasser 74b3385a65 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>
2024-09-27 12:40:24 +02:00

19 lines
412 B
TypeScript

/**
* @schema StoreUpdateCartLineItem
* type: object
* description: The details to update in the line item.
* x-schemaName: StoreUpdateCartLineItem
* required:
* - quantity
* properties:
* quantity:
* type: number
* title: quantity
* description: The item's quantity.
* metadata:
* type: object
* description: The item's metadata, can hold custom key-value pairs.
*
*/