Skip to content

Instantly share code, notes, and snippets.

@cbrammer
Created January 20, 2012 17:54
Show Gist options
  • Save cbrammer/1648679 to your computer and use it in GitHub Desktop.
Save cbrammer/1648679 to your computer and use it in GitHub Desktop.
Media sample json
{
name: "My File",
user: "userId",
filesTypes: {
"jpg_thumb": "path to s3".
"jpg_full" "path to s3"
},
descriptions: {
"en_US": "my description",
"en_UK": "my UK Dscription"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment