Skip to content

Instantly share code, notes, and snippets.

@dubpirate
Created April 19, 2022 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dubpirate/4b334cb3ddb02ec2bb495672959bdbf2 to your computer and use it in GitHub Desktop.
Save dubpirate/4b334cb3ddb02ec2bb495672959bdbf2 to your computer and use it in GitHub Desktop.
Example json-dl video object for the Feynman video.
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Introducing The Feynman.",
"description": "Marking our return to Great North Road – and to the greatest of neighbourhoods – The Feynman stands at the nexus of Grey Lynn, Ponsonby, K’ Road and Kingsland. The best of all worlds, here.",
"thumbnailUrl": [
"https://www.ockham.co.nz/assets/resized/sm/upload/zt/ns/oh/vj/Feynman_Ext_GtNorth_CamA_Final02-0-2880-0-0.jpg?k=872a4fef2e",
"https://www.ockham.co.nz/assets/resized/sm/upload/2p/su/w5/vf/Feynman_Ext_GtNorth_CamC_Final03-0-2880-0-0.jpg?k=5e83a35d1f",
"https://www.ockham.co.nz/assets/resized/sm/upload/r3/2n/fy/oi/Feynman_Ext_Roof_Deck_Final02-0-2880-0-0.jpg?k=93b332c1e3"
],
"uploadDate": "2020-04-19T08:00:00+12:00",
"duration": "PT1M54S",
"contentUrl": "https://vimeo.com/676937186",
"embedUrl": "https://player.vimeo.com/video/676937186?h=6dbabcef41&color=005866&title=0&byline=0&portrait=0",
"interactionStatistic": {
"@type": "InteractionCounter",
"interactionType": { "@type": "WatchAction" },
"userInteractionCount": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment