# Image Images such as movie posters and background artwork are represented by Image elements. ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | | `type` | [Optional[components.ImageType]](../../models/components/imagetype.md) | :heavy_minus_sign: | Describes both the purpose and intended presentation of the image. | | `alt` | *Optional[str]* | :heavy_minus_sign: | Title to use for accessibility. | | `url` | *Optional[str]* | :heavy_minus_sign: | The relative path or absolute url for the image. |