Closed nicholas-ewasiuk closed 1 year ago
Hi there, animation_url
is a valid optional attribute of the JSON metadata. It is just missing from the JsonMetadata
type.
Okay, thanks for the response Loris. Can I submit a PR to add it to the JsonMetadata
type?
Yes, that would be helpful thank you!
Fixed by #502
Token Metadata standard documentation https://docs.metaplex.com/programs/token-metadata/token-standard shows an
animation_url
field. TheJsonMetadata
type is missing theanimation_url
field. https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/nftModule/models/JsonMetadata.tsWhich is the correct info? Should the
animation_url
be included in thatJsonMetadata
type?