records
Expected evolution of the population of Brussels (with growth)
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":"projection-de-levolution-de-la-population-bruxelloise-avec-soldes",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/projection-de-levolution-de-la-population-bruxelloise-avec-soldes"
}
] - "definitions":{
- "projection-de-levolution-de-la-population-bruxelloise-avec-soldes":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/projection-de-levolution-de-la-population-bruxelloise-avec-soldes_records"
}
}
} - "records":
} - "properties":
- "projection-de-levolution-de-la-population-bruxelloise-avec-soldes_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "anna_c_e":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "population_totale":,{
- "type":"integer",
- "title":"Population",
- "description":""
} - "naissances":,{
- "type":"integer",
- "title":"Births",
- "description":""
} - "da_c_ca_s":,{
- "type":"integer",
- "title":"Deaths",
- "description":""
} - "immigration":,{
- "type":"integer",
- "title":"Immigration",
- "description":""
} - "emigration":,{
- "type":"integer",
- "title":"Emigration",
- "description":""
} - "solde_naturel":,{
- "type":"integer",
- "title":"Natural increase",
- "description":""
} - "solde_migratoire":,{
- "type":"string",
- "title":"Net migration",
- "description":""
} - "solde_total":{
- "type":"integer",
- "title":"Solde total",
- "description":""
}
} - "anna_c_e":
}
} - "fields":
} - "properties":
} - "projection-de-levolution-de-la-population-bruxelloise-avec-soldes":
}