schemaorg-coda :: Example

eg-0039

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "ChooseAction",
  "agent": {
    "@type": "Person",
    "name": "John"
  },
  "object": {
    "@type": "Brewery",
    "name": "Dogfish Head"
  },
  "actionOption": [
    {
      "@type": "Brewery",
      "name": "Dogfish Head"
    },
    {
      "@type": "Brewery",
      "name": "Russian River"
    }
  ]
}

Pre-Markup

John chose Dogfish Head between that and Russian River.