diff options
Diffstat (limited to 'sample/simpleBudget.json')
-rw-r--r-- | sample/simpleBudget.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sample/simpleBudget.json b/sample/simpleBudget.json new file mode 100644 index 0000000..551898a --- /dev/null +++ b/sample/simpleBudget.json @@ -0,0 +1,23 @@ +{ + "bills": [ + { + "name": "An Act to Construct the Great Wall of Malodivo", + "ministry": "Defense", + "amount": 300 + } + ], + "districts": [ + { + "name": "Palolene", + "availableFunds": 200 + }, + { + "name": "SouthernPalolene", + "availableFunds": 400 + }, + { + "name": "Lakos", + "availableFunds": 300 + } + ] +} |