records
Sources of electricity generated 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":"production-electricite-quebec",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/production-electricite-quebec"
}
] - "definitions":{
- "production-electricite-quebec":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/production-electricite-quebec_records"
}
}
} - "records":
} - "properties":
- "production-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_total":,{
- "type":"number",
- "title":"total",
- "description":"total output in megawatts (MW)"
} - "valeurs_hydraulique":,{
- "type":"number",
- "title":"hydroelectric",
- "description":"hydroelectric output in megawatts (MW)"
} - "valeurs_eolien":,{
- "type":"number",
- "title":"wind ",
- "description":"wind output in megawatts (MW)"
} - "valeurs_autres":,{
- "type":"number",
- "title":"other renewable sources",
- "description":"output in megawatts (MW) from facilities belonging to independent power producers using different renewable sources"
} - "valeurs_solaire":,{
- "type":"number",
- "title":"solar ",
- "description":"solar output in megawatts (MW)"
} - "valeurs_thermique":{
- "type":"number",
- "title":"thermal",
- "description":"thermal output in megawatts (MW)"
}
} - "date":
}
} - "fields":
} - "properties":
} - "production-electricite-quebec":
}