enregistrement
Consommation annuelle d'électricité par commune
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":"consommation-annuelle-d-electricite-et-gaz-par-commune",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consommation-annuelle-d-electricite-et-gaz-par-commune"
}
] - "definitions":{
- "consommation-annuelle-d-electricite-et-gaz-par-commune":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consommation-annuelle-d-electricite-et-gaz-par-commune_records"
}
}
} - "records":
} - "properties":
- "consommation-annuelle-d-electricite-et-gaz-par-commune_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "operateur":,{
- "type":"string",
- "title":"OPERATEUR",
- "description":""
} - "filiere":,{
- "type":"string",
- "title":"FILIERE",
- "description":""
} - "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "nom_epci":,{
- "type":"string",
- "title":"Nom EPCI",
- "description":""
} - "code_epci":,{
- "type":"integer",
- "title":"Code EPCI",
- "description":""
} - "code_commune_geo":,{
- "type":"integer",
- "title":"Code Commune",
- "description":""
} - "nom_commune_geo":,{
- "type":"string",
- "title":"Nom Commune",
- "description":""
} - "type_epci":,{
- "type":"string",
- "title":"Type EPCI",
- "description":""
} - "code_departement":,{
- "type":"integer",
- "title":"Code Département",
- "description":""
} - "nom_departement":,{
- "type":"string",
- "title":"Nom Département",
- "description":""
} - "code_categorie_consommation":,{
- "type":"string",
- "title":"CODE CATEGORIE CONSOMMATION",
- "description":""
} - "code_grand_secteur":,{
- "type":"string",
- "title":"CODE GRAND SECTEUR",
- "description":""
} - "code_secteur_naf2":,{
- "type":"string",
- "title":"CODE SECTEUR NAF2",
- "description":""
} - "nb_sites":,{
- "type":"integer",
- "title":"Nb sites",
- "description":""
} - "conso_totale_mwh":,{
- "type":"integer",
- "title":"Conso totale (MWh)",
- "description":""
} - "conso_moyenne_mwh":{
- "type":"number",
- "title":"Conso moyenne (MWh)",
- "description":""
}
} - "operateur":
}
} - "fields":
} - "properties":
} - "consommation-annuelle-d-electricite-et-gaz-par-commune":
}