records
Consommation quotidienne brute régionale
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-quotidienne-brute-regionale",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consommation-quotidienne-brute-regionale"
}
] - "definitions":{
- "consommation-quotidienne-brute-regionale":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consommation-quotidienne-brute-regionale_records"
}
}
} - "records":
} - "properties":
- "consommation-quotidienne-brute-regionale_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date_heure":,{
- "type":"string",
- "format":"date-time",
- "title":"Date - Heure",
- "description":""
} - "date":,{
- "type":"string",
- "format":"date",
- "title":"Date",
- "description":""
} - "heure":,{
- "type":"string",
- "title":"Heure",
- "description":""
} - "code_insee_region":,{
- "type":"string",
- "title":"Code INSEE région",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Région",
- "description":""
} - "consommation_brute_gaz_grtgaz":,{
- "type":"integer",
- "title":"Consommation brute gaz (MW PCS 0°C) - GRTgaz",
- "description":"Consommation brute régionale de gaz au pas horaire en MW PCS 0°C au périmètre GRTgaz"
} - "statut_grtgaz":,{
- "type":"string",
- "title":"Statut - GRTgaz",
- "description":""
} - "consommation_brute_gaz_terega":,{
- "type":"integer",
- "title":"Consommation brute gaz (MW PCS 0°C) - Teréga",
- "description":"Consommation brute régionale de gaz au pas horaire en MW PCS 0°C au périmètre Teréga"
} - "statut_terega":,{
- "type":"string",
- "title":"Statut - Teréga",
- "description":""
} - "consommation_brute_gaz_totale":,{
- "type":"integer",
- "title":"Consommation brute gaz totale (MW PCS 0°C)",
- "description":"Consommation brute régionale de gaz au pas horaire en MW PCS 0°C"
} - "consommation_brute_electricite_rte":,{
- "type":"integer",
- "title":"Consommation brute électricité (MW) - RTE",
- "description":"Consommation brute régionale d'électricité au pas 30 minutes en MW"
} - "statut_rte":,{
- "type":"string",
- "title":"Statut - RTE",
- "description":""
} - "consommation_brute_totale":,{
- "type":"integer",
- "title":"Consommation brute totale (MW)",
- "description":"Consommation brute régionale totale au pas horaire en MW"
} - "flag_ignore":{
- "type":"string",
- "title":"flag_ignore",
- "description":""
}
} - "date_heure":
}
} - "fields":
} - "properties":
} - "consommation-quotidienne-brute-regionale":
}