Last active
October 24, 2021 04:15
-
-
Save stuckatsixpm/da8c50ce355067d2a17669189d1986bb to your computer and use it in GitHub Desktop.
Example Book
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
{ | |
"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