enregistrement
Recensement de population - Ville de Lorient
Modèle de données
Cliquez pour déplier Cliquez pour replier
Schéma JSON
L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.
{
- "title":"recensement_population_lorient",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/recensement_population_lorient"
}
] - "definitions":{
- "recensement_population_lorient":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/recensement_population_lorient_records"
}
}
} - "records":
} - "properties":
- "recensement_population_lorient_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "commune_nom":,{
- "type":"string",
- "title":"Nom officiel de la commune",
- "description":"Nom officiel de la commune"
} - "coll_insee":,{
- "type":"integer",
- "title":"Code officiel de la commune",
- "description":"Code officiel de la commune"
} - "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année de recensement",
- "description":"Année de recensement"
} - "nb_population":,{
- "type":"integer",
- "title":"Nombre d'habitants",
- "description":"Nombre d'habitants"
} - "source":,{
- "type":"string",
- "title":"Source de l'information",
- "description":"Source de l'information"
} - "date_der_maj":{
- "type":"string",
- "format":"date",
- "title":"Date de la dernière mise à jour",
- "description":"Date de la dernière mise à jour"
}
} - "commune_nom":
}
} - "fields":
} - "properties":
} - "recensement_population_lorient":
}