{ "@context": "https://schema.org", "@type": "LendAction", "agent": { "@type": "Person", "name": "John" }, "object": { "@type": "MonetaryAmount", "currency": "USD", "value": "10" }, "borrower": { "@type": "Person", "name": "Steve" } }
John lent $10 to Steve.