XooCode(){

Schema: TransferAction

Schema: TransferAction Example Markup

The following are examples of markup written in json+ld that include the correct usage for Schema: TransferAction.

TransferAction

TransferAction JSON-LD example for downloading a file. TransferAction is the parent of BorrowAction, DownloadAction, GiveAction, LendAction, MoneyTransfer, ReceiveAction, ReturnAction, SendAction, and TakeAction for actions that move something between parties.

DonateAction

DonateAction JSON-LD example for a charitable gift. TransferAction subtype carrying price, priceCurrency, priceSpecification, and recipient — used in email receipts and charity-platform action markup.

SendAction

SendAction JSON-LD reference — TransferAction subtype with recipient and deliveryMethod. Sending an object.

ReceiveAction

ReceiveAction JSON-LD reference — TransferAction subtype with sender and deliveryMethod. Receiving an object.

ReturnAction

ReturnAction JSON-LD reference — TransferAction subtype with recipient. Returning a purchased item.

GiveAction

GiveAction JSON-LD reference — TransferAction subtype with recipient. Giving an object without compensation.

LendAction

LendAction JSON-LD reference — TransferAction subtype with borrower. Lending an object.

BorrowAction

BorrowAction JSON-LD reference — TransferAction subtype with lender. Mirror of LendAction.

DownloadAction

DownloadAction JSON-LD reference. The act of downloading an object.

TakeAction

TakeAction JSON-LD reference. The act of gaining ownership of an object from an origin. Reciprocal of GiveAction. Related actions: * [[GiveAction]]: The reciprocal of TakeAction. * [[ReceiveAct