MetadataReference
The MetadataReference object represents the metadata associated with an NFT as a constituent of its Media object.
Schema Definition
type MetadataReference {
name: String
description: String
image: String
animationUrl: String
externalUrl: String
attributes: [Attribute]
}
Fields
| Field | Type | Description |
|---|---|---|
name | String scalar | The name or title of the NFT. |
description | String scalar | A human-readable description of the NFT. |
image | String scalar | URL pointing to the original location of the NFT's primary image or other media. |
animationUrl | String scalar | URL pointing to an animation, video, or interactive content for the NFT. |
externalUrl | String scalar | URL pointing to an external website or resource related to the NFT. |
attributes | [Attribute] list object | JSON string representation of the NFT's traits and properties. |
Member Of
Media object