2.0 Thumbnail object

Represents a thumbnail image that in turn represents a media object. Multiple thumbnail variants may be supplied for a single media object.

Example

{
  "variant": "256x256",
  "dimensions": {
    "width": 256,
    "height": 256
  },
  "url": "https://www.drillster.com/bin/attachment/728968fb8ac542155db20ef8987c9b8941b2f23b"
}

Fields

Field Type Description
variant
required
String A short code identifying the thumbnail variant. In most cases the variant code will denote the image size.

Example values: 256x256
dimensions
required
2.0 Dimensions object The width and height of this thumbnail, measured in pixels.
url
required
String A URL reference to the actual thumbnail image.

Example value: https://www.drillster.com/bin/attachment/d216edc7ff69e958e9622943d272d9cd27864a2b