Skip to content

Instantly share code, notes, and snippets.

@yagopv
Created November 4, 2021 20:53
Show Gist options
  • Save yagopv/8700e2495c68aa4739fe747f30c8ac5c to your computer and use it in GitHub Desktop.
Save yagopv/8700e2495c68aa4739fe747f30c8ac5c to your computer and use it in GitHub Desktop.
{
"title": "Asset Metadata",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "My first NFT"
},
"description": {
"type": "string",
"description": "Awesome NFT"
},
"image": {
"type": "string",
"description": "https://miro.medium.com/max/1400/1*mk1-6aYaf_Bes1E3Imhc0A.jpeg"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment