Skip to content

Instantly share code, notes, and snippets.

@lucadonnoh
Created October 12, 2020 16:22
Show Gist options
  • Save lucadonnoh/aaa058939a1b49d1bc03bee207107589 to your computer and use it in GitHub Desktop.
Save lucadonnoh/aaa058939a1b49d1bc03bee207107589 to your computer and use it in GitHub Desktop.
{
"title": "Asset Metadata",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "FooBar"
},
"description": {
"type": "string",
"description": "This is a description!! yayay"
},
"image": {
"type": "string",
"description": "https://ipfs.infura.io/ipfs/QmWc6YHE815F8kExchG9kd2uSsv7ZF1iQNn23bt5iKC6K3/image"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment