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 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 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 JSON-LD reference — TransferAction subtype with recipient and deliveryMethod. Sending an object.
ReceiveAction JSON-LD reference — TransferAction subtype with sender and deliveryMethod. Receiving an object.
ReturnAction JSON-LD reference — TransferAction subtype with recipient. Returning a purchased item.
GiveAction JSON-LD reference — TransferAction subtype with recipient. Giving an object without compensation.
LendAction JSON-LD reference — TransferAction subtype with borrower. Lending an object.
BorrowAction JSON-LD reference — TransferAction subtype with lender. Mirror of LendAction.
DownloadAction JSON-LD reference. The act of downloading an object.
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