In addition to current fields available for specifying attributes, Solflare will integrate additional fields for describing attributes.
display_type: "Date" - will display the value as a date, use a unix timestamp to specify it
display_type: "Date"
value
max_value: Number - if the value is also a number, it will be displayed as a bar chart with a maximum value
max_value: Number
trait_count: Number - if the asset is part of a collection, this number represents the total count of other assets with the same trait type and value
trait_count: Number
The only mandatory fields to describe an attribute are: trait_type and trait_value.
trait_type
trait_value
Last updated 3 years ago
Was this helpful?