Skip to content

Instantly share code, notes, and snippets.

@dpobel
Created April 25, 2013 08:45
Show Gist options
  • Select an option

  • Save dpobel/5458384 to your computer and use it in GitHub Desktop.

Select an option

Save dpobel/5458384 to your computer and use it in GitHub Desktop.
{
"languageCode" : "eng-GB",
"fieldDefinitionIdentifier" : "image",
"fieldValue" : {
"variants" : [
{
"variant" : "original",
"url" : "http://example.com/fancy_site/original/images/{path}",
"contentType" : "image/jpeg"
},
{
"variant" : "gallery",
"url" : "http://example.com/fancy_site/gallery/images/{path}",
"contentType" : "image/jpeg"
},
{
"variant" : "thumbnail",
"url" : "http://example.com/fancy_site/thumbnail/images/{path}",
"contentType" : "image/png"
}
],
"fileSize" : 622,
"fileName" : "ez-logo.gif",
"path" : "var/storage/images/741-1-eng-GB/ez-logo.gif",
"alternativeText" : ""
},
"id" : 741
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment