schemaorg-coda :: Example

eg-0451

From v29.4

JSON-LD

{
  "@context": "https://schema.org",
  "@type": "VideoGame",
  "name": "Minecraft",
  "url": "http://www.mineplex.com/",
  "playMode": "MultiPlayer",
  "gamePlatform": " Online_gaming_services",
  "gameServer": {
    "name": "mineplex",
    "url":"123.45.678.90:2342",
    "playersOnline": "5361",
    "serverStatus": "Online"
  },
"video": {
  "@type" : "VideoObject",
  "caption" : "CHALLENGE ACCEPTED! #6 [Hot Pepper Challenge!]",
  "description" : "How many Jalapeno can I eat without crying? ZERO. Today's challenge is for every chest I open, I have to eat a Jalapeno and... I HAVE TO WIN. This video was painful",
  "url" : "http://www.youtube.com/watch?v=0q6a9aFk3XY"
  }
}