* generated OAS * remove unused schemas * generated specs * add cloud badge for routes * add to loyalty plugin page * allow clicking the tooltip
14 lines
252 B
TypeScript
14 lines
252 B
TypeScript
/**
|
|
* @schema AdminGiftCardResponse
|
|
* type: object
|
|
* description: The gift card's details.
|
|
* x-schemaName: AdminGiftCardResponse
|
|
* required:
|
|
* - gift_card
|
|
* properties:
|
|
* gift_card:
|
|
* $ref: "#/components/schemas/AdminGiftCard"
|
|
*
|
|
*/
|
|
|