> ## Documentation Index
> Fetch the complete documentation index at: https://gobl-improv.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Image

Image describes a logo or photo that represents an entity.

## Schema ID

`https://gobl.org/draft-0/org/image`

## Properties

| Title       | Property      | Type                                | Req. | Description                                                                                                                           |
| ----------- | ------------- | ----------------------------------- | ---- | ------------------------------------------------------------------------------------------------------------------------------------- |
| UUID        | `uuid`        | string                              |      | Universally Unique Identifier.                                                                                                        |
| Label       | `label`       | string                              |      | Label to help identify the image.                                                                                                     |
| URL         | `url`         | string                              |      | URL of the image                                                                                                                      |
| Data        | `data`        | string                              |      | As an alternative to the URL and only when the source data is small, like an SVG, the raw data may be provided using Base64 encoding. |
| MIME        | `mime`        | string                              |      | Format of the image.                                                                                                                  |
| Description | `description` | string                              |      | Details of what the image represents.                                                                                                 |
| Alt         | `alt`         | string                              |      | Alternative text if the image cannot be shown.                                                                                        |
| Height      | `height`      | integer                             |      | Height of the image in pixels.                                                                                                        |
| Width       | `width`       | integer                             |      | Width of the image in pixels.                                                                                                         |
| Digest      | `digest`      | [dsig.Digest](/draft-0/dsig/digest) |      | Digest can be used to ensure the image contained at the URL is the same one as originally intended.                                   |
| Meta        | `meta`        | [cbc.Meta](/draft-0/cbc/meta)       |      | Meta contains additional information about the image.                                                                                 |
