MetadataJson
The collection's associated metadata JSON.
References
type MetadataJson {
id: UUID!
identifier: String!
name: String!
uri: String!
symbol: String!
description: String!
imageOriginal: String!
animationUrl: String
externalUrl: String
attributes: [MetadataJsonAttribute!]
image: String!
}
Fields
MetadataJson.id ● UUID! non-null scalar
MetadataJson.identifier ● String! non-null scalar
MetadataJson.name ● String! non-null scalar
The assigned name of the NFT.
MetadataJson.uri ● String! non-null scalar
The URI for the complete metadata JSON.
MetadataJson.symbol ● String! non-null scalar
The symbol of the NFT.
MetadataJson.description ● String! non-null scalar
The description of the NFT.
MetadataJson.imageOriginal ● String! non-null scalar
The image URI for the NFT.
MetadataJson.animationUrl ● String scalar
An optional animated version of the NFT art.
MetadataJson.externalUrl ● String scalar
An optional URL where viewers can find more information on the NFT, such as the collection's homepage or Twitter page.
MetadataJson.attributes ● [MetadataJsonAttribute!] list object
MetadataJson.image ● String! non-null scalar
Member of
Collection object ● CollectionMint object