Example ArriveAction-167
JSON-LD (source lint)
<!-- John arrived at the hotel. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ArriveAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "Hotel",
"name": "The Hilton"
}
}
</script>
JSON-LD (source lint)
<!-- John arrived at the hotel. -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ArriveAction",
"agent": {
"@type": "Person",
"name": "John"
},
"object": {
"@type": "Hotel",
"name": "The Hilton"
}
}
</script>