/** * @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 * */