schemaorg-coda :: Example

eg-0123

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "AcceptAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "participant": {
    "@type": "Person",
    "name": "John's trainer"
  },
  "object": {
    "@type": "ExercisePlan",
    "name": "John's weight loss plan"
  }
}

Pre-Markup

John accepted a plan to exercise to help with his obesity.