Skip to content

Instantly share code, notes, and snippets.

@stuckatsixpm
Last active October 24, 2021 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuckatsixpm/da8c50ce355067d2a17669189d1986bb to your computer and use it in GitHub Desktop.
Save stuckatsixpm/da8c50ce355067d2a17669189d1986bb to your computer and use it in GitHub Desktop.
Example Book
{
"name": "SixPM Software",
"data": [
{
"card_id": "AnchorageFirstEdition",
"group": "dynamic",
"schema_name": "location",
"data": {
"location": "Anchorage, United States",
"rarity": "First Edition"
},
"template_ids": [204234],
"attributes": ["Anchorage"]
},
{
"card_id": "AnchorageRare",
"group": "dynamic",
"schema_name": "location",
"data": {
"location": "Anchorage, United States",
"rarity": "Rare"
},
"template_ids": [204235],
"attributes": ["Anchorage"]
},
{
"card_id": "AnchorageCommon",
"group": "dynamic",
"schema_name": "location",
"data": {
"location": "Anchorage, United States",
"rarity": "Common"
},
"template_ids": [204236],
"attributes": ["Anchorage"]
},
{
"card_id": "JonezyFirstEdition",
"group": "dynamic",
"schema_name": "creator",
"data": {
"collaborator": "corpworldhel",
"rarity": "First Edition"
},
"template_ids": [208314],
"attributes": ["Jonezy"]
},
{
"card_id": "BoosterPromo",
"schema_name": "promos",
"data": {},
"template_ids": [205923],
"attributes": ["Server Booster"]
}
],
"series": [
{
"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