records
Consommation des ménages en 2012
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":"consommation-menages-2012",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consommation-menages-2012"
}
] - "definitions":{
- "consommation-menages-2012":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consommation-menages-2012_records"
}
}
} - "records":
} - "properties":
- "consommation-menages-2012_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "num_ligne":,{
- "type":"integer",
- "title":"NUM_LIGNE",
- "description":""
} - "secteur_habitation":,{
- "type":"string",
- "title":"SECTEUR HABITATION",
- "description":""
} - "produit":,{
- "type":"string",
- "title":"PRODUIT",
- "description":""
} - "famille_de_produits":,{
- "type":"string",
- "title":"FAMILLE DE PRODUITS",
- "description":""
} - "categorie_de_produit":,{
- "type":"string",
- "title":"Catégorie de produit",
- "description":""
} - "forme_de_vente":,{
- "type":"string",
- "title":"Forme de vente",
- "description":""
} - "forme_de_vente_num":,{
- "type":"integer",
- "title":"Forme de vente num",
- "description":""
} - "commune_de_vente":,{
- "type":"string",
- "title":"Commune de vente",
- "description":""
} - "lieu_de_vente":,{
- "type":"string",
- "title":"Lieu de vente",
- "description":""
} - "secteur_de_vente":,{
- "type":"string",
- "title":"Secteur de vente",
- "description":""
} - "somme_de_depenses_annuelles_xfp":{
- "type":"integer",
- "title":"somme de dépenses annuelles (XFP)",
- "description":"",
- "unit":"XPF"
}
} - "num_ligne":
}
} - "fields":
} - "properties":
} - "consommation-menages-2012":
}