records
Bevolking van de Stad Brussel van 1830 tot op heden
Datasetschema
Klik om uit te vouwen Klik om samen te vouwen
JSON Schema
Het volgende JSON-voorwerp is een gestandaardiseerde omschrijving van het schema van uw dataset. Meer over 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":"Op 1 januari van het jaar",
- "description":""
} - "total":,{
- "type":"integer",
- "title":"Totaal",
- "description":""
} - "source":{
- "type":"string",
- "title":"Bron",
- "description":""
}
} - "au_1er_janvier_de_l_annee":
}
} - "fields":
} - "properties":
} - "population-bruxelloise":
}