Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gregorynicholas/3308964 to your computer and use it in GitHub Desktop.
Save gregorynicholas/3308964 to your computer and use it in GitHub Desktop.
remote media data model.json
{ "entities" : [
{
"key" : "http://hostname/test1.jpg",
"media_key": null,
"origin_urls" : ["http://hostname/page.html"]
},
{
"key" : "http://hostname.test2.jpg",
"media_key": null,
"origin_urls" : ["http://hostname/page2.html"]
},
{
"key" : "http://hostname.test3.jpg",
"media_key": null,
"origin_urls" : ["http://hostname/page3.html"]
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment