schemaorg-coda :: Example

eg-0094

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "CheckOutAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Flight",
    "flightNumber": "AA110"
  },
  "instrument": {
    "@type": "WebApplication",
    "url": "http://aa.com"
  }
}

Pre-Markup

John checked out of a flight online.