Last active
October 24, 2021 04:17
-
-
Save stuckatsixpm/c6319009338bac380a6d59065e786fba to your computer and use it in GitHub Desktop.
Example Book Series Snippet
This file contains 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
{ | |
"name": "Dynamic NFTs", | |
"links": [ | |
{ | |
"link": "https://discord.gg/sixpm", | |
"name": "SixPM Discord", | |
"logo": "https://logos-world.net/wp-content/uploads/2020/12/Discord-Logo.png" | |
} | |
], | |
"filters": [ | |
{ | |
"name": "Location Cards", | |
"group": "dynamic", | |
"schema_name": "location", | |
"data": {}, | |
"custom": [ | |
{ | |
"key": "rarity", | |
"default": null | |
} | |
] | |
}, | |
{ | |
"name": "Creator Cards", | |
"group": "dynamic", | |
"schema_name": "creator", | |
"data": {}, | |
"custom": [ | |
{ | |
"key": "rarity", | |
"default": null | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"name": "Promos", | |
"filters": [ | |
{ | |
"name": "Promos", | |
"schema_name": "promos", | |
"data": {}, | |
"custom": [] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment