schemaorg-coda :: Example

eg-0100

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "ReplyAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "recipient": {
    "@type": "Person",
    "name": "Steve"
  },
  "resultComment": {
    "@type": "Answer",
    "parentItem": {
      "@type": "Question",
      "text":  "What's 2 + 2?"
    },
    "text": "4."
  }
}

Pre-Markup

John replied '4' to Steve's question 'What's 2 + 2?'.