eg-0156
From
v29.4
JSON-LD
{
"@context": "https://schema.org",
"@type": "SendAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "Book",
"name": "Outliers"
},
"recipient": {
"@type": "Person",
"name": "Steve"
},
"deliveryMethod": "http://purl.org/goodrelations/v1#UPS",
"fromLocation": {
"@type": "Country",
"name": "Brazil"
},
"toLocation": {
"@type": "Country",
"name": "USA"
}
}Pre-Markup
John sent a book to Steve via UPS from Brazil to the USA.