ImageLink
Image link with optional dimensions
Used for cover images and thumbnails in publications.
heightinteger,null<int32>nullable
Height in pixels
hrefstringrequired
URL to the image
typestringrequired
Media type of the image
widthinteger,null<int32>nullable
Width in pixels
ImageLink
{
"height": 0,
"href": "string",
"type": "string",
"width": 0
}