aboutsummaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-06-24 13:36:19 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-06-24 13:44:42 +0300
commitebe8cba9837872de3dd611d6cd615425c51fefec (patch)
tree776af0f6361d5727f65143b9d8066b85a180c2b2 /sample
parent2ed435c73d0bc80a6b0d9d16a9fd0e9a0b464ed2 (diff)
downloadmolodivo-ebe8cba9837872de3dd611d6cd615425c51fefec.tar.gz
Support many bills
Diffstat (limited to 'sample')
-rw-r--r--sample/simpleBudget.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/sample/simpleBudget.json b/sample/simpleBudget.json
index 551898a..4d52700 100644
--- a/sample/simpleBudget.json
+++ b/sample/simpleBudget.json
@@ -4,20 +4,25 @@
"name": "An Act to Construct the Great Wall of Malodivo",
"ministry": "Defense",
"amount": 300
+ },
+ {
+ "name": "An Act to Construct Shelters for the Homeless",
+ "ministry": "Welfare",
+ "amount": 400
}
],
"districts": [
{
"name": "Palolene",
- "availableFunds": 200
+ "amount": 200
},
{
"name": "SouthernPalolene",
- "availableFunds": 400
+ "amount": 400
},
{
"name": "Lakos",
- "availableFunds": 300
+ "amount": 300
}
]
}