records
Consommation d'électricité des grandes Métropoles françaises temps réel
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":"eco2mix-metropoles-tr",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/eco2mix-metropoles-tr"
}
] - "definitions":{
- "eco2mix-metropoles-tr":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/eco2mix-metropoles-tr_records"
}
}
} - "records":
} - "properties":
- "eco2mix-metropoles-tr_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "code_insee_epci":,{
- "type":"string",
- "title":"Code métropole",
- "description":"Code INSEE EPCI"
} - "libelle_metropole":,{
- "type":"string",
- "title":"Métropole",
- "description":""
} - "nature":,{
- "type":"string",
- "title":"Nature",
- "description":"Uniquement "Données temps réel" pour ce jeu de données."
} - "date":,{
- "type":"string",
- "title":"Date",
- "description":""
} - "heures":,{
- "type":"string",
- "title":"Heures",
- "description":""
} - "date_heure":,{
- "type":"string",
- "format":"date-time",
- "title":"Date - Heure",
- "description":""
} - "consommation":,{
- "type":"integer",
- "title":"Consommation (MW)",
- "description":""
} - "production":,{
- "type":"string",
- "title":"Production",
- "description":""
} - "echanges_physiques":{
- "type":"string",
- "title":"Echanges physiques",
- "description":""
}
} - "code_insee_epci":
}
} - "fields":
} - "properties":
} - "eco2mix-metropoles-tr":
}