records
History of electricity demand in Québec
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":"historique-demande-electricite-quebec",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/historique-demande-electricite-quebec"
}
] - "definitions":{
- "historique-demande-electricite-quebec":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/historique-demande-electricite-quebec_records"
}
}
} - "records":
} - "properties":
- "historique-demande-electricite-quebec_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date":,{
- "type":"string",
- "format":"date-time",
- "title":"date",
- "description":"Date and time the measurement was taken"
} - "moyenne_mw":{
- "type":"number",
- "title":"demand (MW)",
- "description":"Total average electricity demand in megawatts (MW)"
}
} - "date":
}
} - "fields":
} - "properties":
} - "historique-demande-electricite-quebec":
}