-
Notifications
You must be signed in to change notification settings - Fork 2
/
format.json
23 lines (23 loc) · 913 Bytes
/
format.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"dossier": {
"id": "",
"link": "",
"title": "", // Dossier title, eg "2011/0167(NLE) EU/Australia, Canada, Japan, Korea, Mexico, Morocco, New Zealand, Singapore, Switzerland and United States Anti-Counterfeiting Trade Agreement (ACTA)"
"reference": "", // Dossier reference, eg "2011/0167(NLE)"
"text": "", // Descriptipn
"proposals": [{
"title": "", // eg A7-0204/2012 - David Martin - Request for referral back to committee
"datetime": "",
"reference": "", // eg A7-0204/2012
"description": "",
"kind": "",
"total_abstain": "",
"total_for": "",
"total_against": "",
"votes": [{
"representative": "", // remote_id
"position": "" // 0 = abstain, 1 = for, 2 = against
}]
}],
}
}