records
Consommation annuelle de gaz des Centrales à Cycle Combiné Gaz (zone NaTran)
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":"cccg-nat-annuel-def",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/cccg-nat-annuel-def"
}
] - "definitions":{
- "cccg-nat-annuel-def":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/cccg-nat-annuel-def_records"
}
}
} - "records":
} - "properties":
- "cccg-nat-annuel-def_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "annee":,{
- "type":"string",
- "format":"date",
- "title":"Année",
- "description":""
} - "operateur":,{
- "type":"string",
- "title":"Opérateur",
- "description":""
} - "statut_de_la_donnee":,{
- "type":"string",
- "title":"Statut de la donnée",
- "description":""
} - "consommation_annuelle_en_mwh":,{
- "type":"number",
- "title":"Consommation annuelle en MWh",
- "description":""
} - "consommation_annuelle_en_kwh":{
- "type":"integer",
- "title":"Consommation annuelle en KWh",
- "description":""
}
} - "annee":
}
} - "fields":
} - "properties":
} - "cccg-nat-annuel-def":
}