Skip to main content

ReleaseImage Object

Description

Image associated with a release item.

Declaration

type ReleaseImage {
uri: String
width: Float
height: Float
alternative: ReleaseImage
}

Fields

NameTypeDescription
uriStringURI to access the image.
widthFloatWidth of the image in pixels.
heightFloatHeight of the image in pixels.
alternativeReleaseImageAlternative image representation (e.g., thumbnail or different size).