Created
October 12, 2020 16:22
-
-
Save lucadonnoh/aaa058939a1b49d1bc03bee207107589 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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