aboutsummaryrefslogtreecommitdiff
path: root/sample/simpleBudget.json
blob: 551898a95eaf263188d1aa80645023a9c2c60f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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
    }
  ]
}