/** * @schema StoreGiftCardInvitationResponse * type: object * description: The gift card invitation's details. * x-schemaName: StoreGiftCardInvitationResponse * required: * - gift_card_invitation * properties: * gift_card_invitation: * $ref: "#/components/schemas/StoreGiftCardInvitation" * */