Delivery API 2.0 Assets endpoint schemas
Asset
An asset like a pdf, doc, 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 asset. | ||
| path | Y | string | The path to the asset. | ||
| name | Y | string | The display name of the asset. | ||
| namespace | Y | enum | The namespace of the asset. |
| |
| contentType | Y | enum | The content type of the asset. |
| |
| lastModified | Y | integer | The timestamp of the last modification of the asset. |
| |
| links | Y | object | |||
| mimeType | Y | string | The mimetype type of asset. | ||
| size | Y | integer | size of the asset. Note that it is not possible to query on the size of an asset. |
