Attribute
The Attribute object represents metadata properties for NFTs.
Schema Definition
type Attribute {
traitType: String
value: String
displayType: String
maxValue: Int
order: Int
}
Fields
| Field | Type | Description |
|---|---|---|
traitType | String scalar | The category or type of attribute, used to group similar attributes across a collection. |
value | String scalar | The specific value of the attribute, can be text or numeric values represented as strings. |
displayType | String scalar | How the attribute should be rendered in UIs. |
maxValue | Int scalar | Maximum possible value for numeric attributes. Only relevant when displayType is numeric. |
order | Int scalar | Sort order for displaying attributes. Lower numbers appear first. |
Member Of
Metadata object ● MetadataReference object