Created
May 11, 2020 03:00
-
-
Save saicharanreddyk/787678cbd7f388a7d8af74fbe632acf8 to your computer and use it in GitHub Desktop.
sampleImages.JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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