records
Results of municipal elections for the City of Brussels since 1976
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"resultats-des-elections-communales-ville-de-bruxelles-depuis-1976",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/resultats-des-elections-communales-ville-de-bruxelles-depuis-1976"
}
] - "definitions":{
- "resultats-des-elections-communales-ville-de-bruxelles-depuis-1976":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/resultats-des-elections-communales-ville-de-bruxelles-depuis-1976_records"
}
}
} - "records":
} - "properties":
- "resultats-des-elections-communales-ville-de-bruxelles-depuis-1976_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "parti":,{
- "type":"string",
- "title":"Party",
- "description":""
} - "nombre_de_sieges":,{
- "type":"integer",
- "title":"Number of seats",
- "description":""
} - "sieges":,{
- "type":"number",
- "title":"% Seats",
- "description":"",
- "unit":"%"
} - "nombre_de_voix":,{
- "type":"integer",
- "title":"Number of votes",
- "description":""
} - "voix":,{
- "type":"number",
- "title":"% Votes",
- "description":"",
- "unit":"%"
} - "source":,{
- "type":"string",
- "title":"Source",
- "description":""
} - "total_nombre_de_sieges":,{
- "type":"number",
- "title":"Total Number of seats",
- "description":""
} - "total_nombre_de_voix":{
- "type":"number",
- "title":"Total Number of votes",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "resultats-des-elections-communales-ville-de-bruxelles-depuis-1976":
}