* generated OAS * remove unused schemas * generated specs * add cloud badge for routes * add to loyalty plugin page * allow clicking the tooltip
22 lines
517 B
TypeScript
22 lines
517 B
TypeScript
/**
|
|
* @schema StoreCreateGiftCardInvitation
|
|
* type: object
|
|
* description: The details to create a gift card invitation.
|
|
* x-schemaName: StoreCreateGiftCardInvitation
|
|
* required:
|
|
* - email
|
|
* properties:
|
|
* email:
|
|
* type: string
|
|
* title: email
|
|
* description: The email address to send the gift card invitation to.
|
|
* format: email
|
|
* expires_at:
|
|
* type: string
|
|
* title: expires_at
|
|
* description: The date the gift card invitation expires.
|
|
* format: date-time
|
|
*
|
|
*/
|
|
|