> For the complete documentation index, see [llms.txt](https://docs.manifold.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manifold.xyz/client-sdk/reference/asset.md).

# Asset

| Field             | Type   | Required | Description                                           |
| ----------------- | ------ | -------- | ----------------------------------------------------- |
| name              | string | ✅        |                                                       |
| description       | string | ❌        |                                                       |
| attributes        | object | ❌        | Extra attributes (key/value)                          |
| image             | string | ✅        | Optimized preview image url of the product            |
| animation         | string | ❌        | Optimized preview animation url of the product        |
| originalImage     | string | ❌        | Original full-resolution image url of the product     |
| originalAnimation | string | ❌        | Original full-resolution animation url of the product |
