From 3129e7dc4f791aaadcb44f3802c0f149169e1546 Mon Sep 17 00:00:00 2001 From: Arnaud Fabre <arnaud.fabre@camobscura.fr> Date: Thu, 21 May 2015 17:30:29 +0200 Subject: [PATCH] Updates format.json --- representatives_votes/format.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/representatives_votes/format.json b/representatives_votes/format.json index 34aec27..6b54bfc 100644 --- a/representatives_votes/format.json +++ b/representatives_votes/format.json @@ -1,16 +1,21 @@ { "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": "", - "date": "", // timestamp + "total_abstain": "", + "total_for": "", + "total_against": "", "votes": [{ - "representative": "" // representative slug ? + "representative": "", // remote_id "position": "" // 0 = abstain, 1 = for, 2 = against }] }], -- GitLab