Skip to main content

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

FieldTypeDescription
nameString scalarThe name or title of the NFT.
descriptionString scalarA human-readable description of the NFT.
imageString scalarURL pointing to the original location of the NFT's primary image or other media.
animationUrlString scalarURL pointing to an animation, video, or interactive content for the NFT.
externalUrlString scalarURL pointing to an external website or resource related to the NFT.
attributes[Attribute] list objectJSON string representation of the NFT's traits and properties.

Member Of

Media object