Last active
May 11, 2025 23:40
-
-
Save podrivo/eb947d458479716cd7700e895cd24cc4 to your computer and use it in GitHub Desktop.
plushies database
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
{ | |
"users": [ | |
{ | |
"id": "podrivo", | |
"plushies": [ | |
"Li'l Snail", | |
"Red Koi", | |
"Ranch House Butterball", | |
"Giant Chapaa", | |
"Worn Mouse", | |
"Li'l Turnip", | |
"Ranch House Cottonbean", | |
"Minnow", | |
"Green Cylinder" | |
] | |
}, | |
{ | |
"id": "beekerr_", | |
"plushies": [ | |
"Chapaa Hut Inki Pillow" | |
] | |
} | |
], | |
"pendingTrades": [ | |
{ | |
"tradeId": "f86394cb-6b31-468c-b79e-828e0a4d92c8", | |
"fromUser": "podrivo", | |
"toUser": "beekerr_", | |
"fromPlushie": "Red Koi", | |
"toPlushie": "Chapaa Hut Inki Pillow", | |
"timestamp": 1747006804376 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment