Delivery API 2.0 Images endpoint schemas
Image
An image like a png, gif, etc
Properties
| property | required | type | description | details | example |
|---|---|---|---|---|---|
| type | enum | Field present in deeper nested structure or includes section |
| ||
| id | Y | string | The unique identifier for the image. | ||
| path | Y | string | The path to the image. | ||
| name | Y | string | The display name of the image. | ||
| namespace | Y | enum | The namespace of the image. |
| |
| contentType | Y | enum | The content type of the image. |
| |
| lastModified | Y | integer | The timestamp of the last modification of the image. |
| |
| links | Y | object | |||
| mimeType | Y | string | The mimetype type of image. | ||
| size | Y | integer | size of the image. Note that it is not possible to query on the size of an image. | ||
| height | Y | integer | height of the image | ||
| width | Y | integer | width of the image |
