records
Population of the City of Brussels from 1830 to the present day
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":"population-bruxelloise",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/population-bruxelloise"
}
] - "definitions":{
- "population-bruxelloise":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/population-bruxelloise_records"
}
}
} - "records":
} - "properties":
- "population-bruxelloise_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "au_1er_janvier_de_l_annee":,{
- "type":"string",
- "format":"date",
- "title":"At 1st January of the year",
- "description":""
} - "total":,{
- "type":"integer",
- "title":"Total",
- "description":""
} - "source":{
- "type":"string",
- "title":"Source",
- "description":""
}
} - "au_1er_janvier_de_l_annee":
}
} - "fields":
} - "properties":
} - "population-bruxelloise":
}