records
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":"demande-electricite-quebec",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/demande-electricite-quebec"
}
] - "definitions":{
- "demande-electricite-quebec":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/demande-electricite-quebec_records"
}
}
} - "records":
} - "properties":
- "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"
} - "valeurs_demandetotal":{
- "type":"number",
- "title":"demandeTotal ",
- "description":"total electricity demand in megawatts (MW)"
}
} - "date":
}
} - "fields":
} - "properties":
} - "demande-electricite-quebec":
}