Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
django-representatives
Commits
a1dc39e3
Commit
a1dc39e3
authored
Jun 22, 2013
by
Bram
Browse files
[mod] ' -> " in format.json
parent
4e3c6d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
format.json
View file @
a1dc39e3
[{
'
id
'
:
''
,
'
personal
'
:
{
'
first_name
'
:
''
,
'
last_name
'
:
''
,
'
full_name
'
:
''
,
//
optinional
'
gender
'
:
''
,
//
optional
'
birth_date
'
:
''
,
'
birth_place
'
:
''
,
//
optinional
'
cv
'
:
''
,
//
optional
"
id
"
:
""
,
"
personal
"
:
{
"
first_name
"
:
""
,
"
last_name
"
:
""
,
"
full_name
"
:
""
,
//
optinional
"
gender
"
:
""
,
//
optional
"
birth_date
"
:
""
,
"
birth_place
"
:
""
,
//
optinional
"
cv
"
:
""
,
//
optional
}
'
contact
'
:
{
'
emails
'
:
[{
'
email
'
:
''
,
'
type:
""
,
//
optional
"
contact
"
:
{
"
emails
"
:
[{
"
email
"
:
""
,
"
type: "", // optional
}],
'
websites
'
:
[{
'
website
'
:
""
,
'
type
'
:
""
,
//
optional
"
websites
"
: [{
"
website
"
: "",
"
type
"
: "", // optional
}],
'
phones
'
:
[{
'
phone
'
:
""
,
'
address
'
:
'
for
example
"the phone number of his office in the EP"
'
,
"
phones
"
: [{
"
phone
"
: "",
"
address
"
:
"
for
example
"the phone number of his office in the EP"
"
,
// optional, type foreignkey
'
type
'
:
'
fax
,
official
,
personnal
etc
...
'
,
//
optional
"
type
"
:
"
fax
,
official
,
personnal
etc
...
"
, // optional
}],
'
address
'
:
[{
'
country:
""
,
'
city:
""
,
'
street:
""
,
'
number:
""
,
'
postcode:
""
,
'
floor
'
:
""
,
//
optinional
'
office_number
'
:
""
,
//
optinional
'
type
'
:
'
stuff
like
"his official office"
'
,
"
address
"
: [{
"
country:
""
,
"
city: "",
"
street:
""
,
"
number: "",
"
postcode:
""
,
"
floor
"
:
""
,
//
optinional
"
office_number
"
:
""
,
//
optinional
"
type
"
:
"
stuff like "
his
official
office
"
"
,
//
optinional
'
geo
'
:
{
//
optinional
'
lon
'
:
''
,
'
lat
'
:
''
,
"
geo
"
:
{
//
optinional
"
lon
"
:
""
,
"
lat
"
:
""
,
},
'
phones
'
:
[
"
phones
"
:
[
"0039xxxx"
,
//
Foreign
key
to
a
phone
instance
from
above
"0039xxxx"
,
]
}],
},
'
mandates
'
:
[{
"
mandates
"
:
[{
//
a
dude
is
elected
for
this
country
,
//
in
this
political
group
,
//
for
this
party
,
for
this
region
etc...
'
name
'
:
''
,
'
type
'
:
'
group
,
committee
,
delegation
...
'
,
'
short_id
'
:
'
country
code
,
committee/group
abbreviation
...
'
,
"
name
"
:
""
,
"
type
"
:
"
group, committee, delegation ...
"
,
"
short_id
"
:
"
country code, committee/group abbreviation ...
"
,
//
optinional
'
url_official
'
:
''
,
//
optional
'
constituency
'
:
"country, voting districts, party, etc"
,
"
url_official
"
:
""
,
//
optional
"
constituency
"
:
"country, voting districts, party, etc"
,
//
optional
'
role
'
:
''
,
//
optional
//
either
we
have
membership
date
or
only
if
it
'
s
the
current
one
'
begin_date
'
:
''
,
//
optinional
'
end_date
'
:
''
,
//
optinional
'
current
'
:
false
,
//
optinional
"
role
"
:
""
,
//
optional
//
either
we
have
membership
date
or
only
if
it
"
s the current one
"
begin_date
"
:
""
, // optinional
"
end_date
"
:
""
, // optinional
"
current
"
: false, // optinional
}
]
}]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment