diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-02-16 15:53:52 -0500 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-02-16 15:53:52 -0500 |
commit | b25ec2813c14d21824e8d1af78ac478b35bac8bc (patch) | |
tree | efb567ceb3139430ce1f16911ded49b95a09135f /ufund-api/data | |
parent | c107ee3b8013e4e4c7308788bff9d44b419ce74b (diff) | |
download | JellySolutions-b25ec2813c14d21824e8d1af78ac478b35bac8bc.tar.gz JellySolutions-b25ec2813c14d21824e8d1af78ac478b35bac8bc.tar.bz2 JellySolutions-b25ec2813c14d21824e8d1af78ac478b35bac8bc.zip |
Add jsonProperty decorations
Diffstat (limited to 'ufund-api/data')
-rw-r--r-- | ufund-api/data/cupboard.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-api/data/cupboard.json b/ufund-api/data/cupboard.json index 0637a08..4be246d 100644 --- a/ufund-api/data/cupboard.json +++ b/ufund-api/data/cupboard.json @@ -1 +1 @@ -[]
\ No newline at end of file +[{"name":"Test","id":1,"maxGoal":100.0,"type":"PHYSICAL","filterAttributes":null,"Current":0.0}]
\ No newline at end of file |