From 8cdd2aecb9486a53e4fd894ca8c799eb1591a5ca Mon Sep 17 00:00:00 2001
From: luxcem <af@laquadrature.net>
Date: Mon, 11 May 2015 10:20:56 +0200
Subject: [PATCH] format.json

---
 representatives_votes/format.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 representatives_votes/format.json

diff --git a/representatives_votes/format.json b/representatives_votes/format.json
new file mode 100644
index 0000000..2537fbe
--- /dev/null
+++ b/representatives_votes/format.json
@@ -0,0 +1,17 @@
+{
+    "Dossier": {
+        "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
+            "reference", "", // eg A7-0204/2012
+            "kind": "", 
+            "date": "", // timestamp
+            "votes": [{
+                "representative": "" // representative slug ?
+                "position": "" // 0 = abstain, 1 = for, 2 = against
+            }]
+        }],   
+    }     
+}
-- 
GitLab