From ebe8cba9837872de3dd611d6cd615425c51fefec Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 24 Jun 2017 13:36:19 +0300 Subject: Support many bills --- sample/simpleBudget.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'sample') 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 } ] } -- cgit v1.2.3