Skip to content

Instantly share code, notes, and snippets.

@michielmulders
Created September 30, 2020 16:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michielmulders/c325bfe87bb1b9e8684b22b6f8462362 to your computer and use it in GitHub Desktop.
Save michielmulders/c325bfe87bb1b9e8684b22b6f8462362 to your computer and use it in GitHub Desktop.
Metadata JSON file for NFT
{
"title": "Asset Metadata",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Identifies the asset to which this NFT represents"
},
"description": {
"type": "string",
"description": "Describes the asset to which this NFT represents"
},
"image": {
"type": "string",
"description": "A URI pointing to a resource with mime type image/* representing the asset to which this NFT represents. Consider making any images at a width between 320 and 1080 pixels and aspect ratio between 1.91:1 and 4:5 inclusive."
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment