* generated OAS * remove unused schemas * generated specs * add cloud badge for routes * add to loyalty plugin page * allow clicking the tooltip
16 lines
294 B
TypeScript
16 lines
294 B
TypeScript
/**
|
|
* @schema StoreAddGiftCardToCart
|
|
* type: object
|
|
* description: The details to add a gift card to the cart.
|
|
* x-schemaName: StoreAddGiftCardToCart
|
|
* required:
|
|
* - code
|
|
* properties:
|
|
* code:
|
|
* type: string
|
|
* title: code
|
|
* description: The gift card's code.
|
|
*
|
|
*/
|
|
|