Skip to content

Instantly share code, notes, and snippets.

@stuckatsixpm
Last active October 24, 2021 04:17
Show Gist options
  • Save stuckatsixpm/c6319009338bac380a6d59065e786fba to your computer and use it in GitHub Desktop.
Save stuckatsixpm/c6319009338bac380a6d59065e786fba to your computer and use it in GitHub Desktop.
Example Book Series Snippet
{
"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