# VyMetadataDto

## Properties

| Field                          | Type                                                                                                               | Description | Required |
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------- | -------- |
| name                           | string                                                                                                             |             | ✗        |
| description                    | string                                                                                                             |             | ✗        |
| symbol                         | string                                                                                                             |             | ✗        |
| image                          | string                                                                                                             |             | ✗        |
| imagePreview                   | string                                                                                                             |             | ✗        |
| imageThumbnail                 | string                                                                                                             |             | ✗        |
| backgroundColor                | string                                                                                                             |             | ✗        |
| ~~animationUrl~~ \[Deprecated] | string                                                                                                             |             | ✗        |
| externalUrl                    | string                                                                                                             |             | ✗        |
| youtubeUrl                     | string                                                                                                             |             | ✗        |
| animationUrls                  | [VyTypeValueDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/shared/vytypevaluedto)              |             | ✗        |
| attributes                     | [VyAttributeDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/shared/vyattributedto)              |             | ✗        |
| contract                       | [VyMetadataContractDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymetadatacontractdto) |             | ✗        |
| fungible                       | boolean                                                                                                            |             | ✗        |

## References

**Schema**

* [VyMetadataDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vymetadatadto)
