Opensea and Openzeppelin Json

:1234: Code to reproduce

    "name": "1",
    "animation": "1.mp4",
    "description": "Beautiful animations by David",
    "image": "this one or the next? ",
    "preview_image: " "
}

//I need to add a jpg as a preview image. Would that be "image" or "previewImage"?
// Or "preview_image"?
// I am working with several of my animations as NFTs after they drop. I am using openZeppelin. 
// I am working on the metadata. 
// Note I am not using a prereveal.

:computer: Environment

According to OpenSea https://docs.opensea.io/docs/metadata-standards

It is “image” and “animation_url”

1 Like

CW,

I got everything sorted. Thanks