VyCollectionDto
Represents a collection of items in the Vy system.
Properties
Field | Type | Description |
---|---|---|
publicIdentifier | string | The public identifier of the collection. |
name | string | The name of the collection. |
verified | bool | Indicates whether the collection is verified or not. |
premium | bool | Indicates whether the collection is premium or not. |
contracts | The contracts associated with the collection. | |
banner | string | The banner image of the collection. |
logo | string | The logo image of the collection. |
description | string | The description of the collection. |
source | The source of the collection. | |
collectionUrl | string | The URL of the collection. |
socials | The social media links associated with the collection. | |
categories | string[] | The categories associated with the collection. |
stats | The statistics of the collection. | |
numberOfItems | int | The number of items in the collection. |
Last updated