bigbuffet-rw/app/soapbox/__fixtures__/patron-instance.json

18 lines
311 B
JSON
Raw Normal View History

{
"funding": {
"amount": 3500,
"patrons": 3,
"currency": "usd",
"interval": "monthly"
},
"goals": [
{
"amount": 20000,
"currency": "usd",
"interval": "monthly",
"text": "I'll be able to afford an avocado."
}
],
"url": "https://patron.gleasonator.com"
}