Example CancelAction-182
JSON-LD (source lint)
<script type="application/ld+json">
// John cancelled a trip with a travel agency.
{
"@context": "http://schema.org",
"@type": "CancelAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "Event",
"name": "John's trip"
},
"instrument": {
"@type": "TravelAgency",
"name": "AFS"
}
}
</script>
JSON-LD (source lint)
<script type="application/ld+json">
// John cancelled a trip with a travel agency.
{
"@context": "http://schema.org",
"@type": "CancelAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "Event",
"name": "John's trip"
},
"instrument": {
"@type": "TravelAgency",
"name": "AFS"
}
}
</script>