Skip to content

Instantly share code, notes, and snippets.

@saicharanreddyk
Created May 11, 2020 03:00
Show Gist options
  • Save saicharanreddyk/787678cbd7f388a7d8af74fbe632acf8 to your computer and use it in GitHub Desktop.
Save saicharanreddyk/787678cbd7f388a7d8af74fbe632acf8 to your computer and use it in GitHub Desktop.
sampleImages.JSON
{
"content": [
{
"type":"cms_image",
"urlName":"urlname",
"status":"Draft",
"body": {
"title" : "Draft Blade Coffee Grinder Large",
"altText" : "blade_coffee_grinder_large",
"thumbUrl":"https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg",
"source" : {
"url": "https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg"
}
}
},
{
"type":"cms_image",
"urlName":"urlname",
"status":"Published",
"body": {
"title" : "Published Blade Coffee Grinder Medium",
"altText" : "blade_coffee_grinder_medium",
"thumbUrl":"https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg",
"source" : {
"url": "https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg"}
}
},
{
"type":"cms_image",
"urlName":"urlname",
"status":"ReadyForTranslation",
"body": {
"title" : "ReadyForTranslation Blade Coffee Grinder Medium",
"altText" : "blade_coffee_grinder_medium",
"thumbUrl":"https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg",
"source" : {
"url": "https://image.shutterstock.com/image-photo/mountains-during-sunset-beautiful-natural-260nw-407021107.jpg"}
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment