ReleaseImage Object
Description
Image associated with a release item.
Declaration
type ReleaseImage {
uri: String
width: Float
height: Float
alternative: ReleaseImage
}
Fields
| Name | Type | Description |
|---|---|---|
uri | String | URI to access the image. |
width | Float | Width of the image in pixels. |
height | Float | Height of the image in pixels. |
alternative | ReleaseImage | Alternative image representation (e.g., thumbnail or different size). |