Snapshot Image

Type: object

AttributeTypeDescription
widthnumberWidth of the component image
heightnumberHeight of the component image
thumbnailsThumbnails-
original_urlstringURL of the original image for the component (from the latest version)

Example

{
  "width": 2560,
  "height": 1920,
  "original_url": "http://placekitten.com/2560/1920",
  "thumbnails": {
    "small": "http://placekitten.com/256/256",
    "medium": "http://placekitten.com/512/512",
    "large": "http://placekitten.com/1024/1024"
  }
}