You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
motief/tests/fixtures/sample_voting_results.json

40 lines
788 B

[
{
"motion_id": 1,
"date": "2024-01-15",
"voting_results": {
"VVD": "voor",
"PvdA": "tegen",
"CDA": "voor",
"D66": "voor",
"Wilders, G.": "voor",
"Yesilgöz-Zegerius, D.": "voor",
"Jetten, R.A.A.": "voor"
}
},
{
"motion_id": 2,
"date": "2024-02-10",
"voting_results": {
"VVD": "tegen",
"PvdA": "voor",
"CDA": "afwezig",
"D66": "voor",
"Wilders, G.": "tegen",
"Yesilgöz-Zegerius, D.": "tegen",
"Ploumen, L.J.": "voor"
}
},
{
"motion_id": 3,
"date": "2024-03-05",
"voting_results": {
"VVD": "voor",
"SP": "tegen",
"GroenLinks": "voor",
"PVV": "voor",
"Van der Plas, C.": "voor",
"Klever, N.C.": "voor"
}
}
]