records

records

Active filters Clear all

No active filters

Filters

Peak demand events – Winter

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
offre
offers in effect during the peak demand event

No description available for this field.

Name (identifier)
offre
Type
text
Sample
GDP-Affaires
dateDebut
date and time of the start of the peak demand event

No description available for this field.

Name (identifier)
datedebut
Type
datetime
Sample
2024-12-23T06:00:00-05:00
dateFin
date and time of the end of the peak demand event

No description available for this field.

Name (identifier)
datefin
Type
datetime
Sample
2024-12-23T09:00:00-05:00
plageHoraire
period of the day during which the peak demand event takes place (AM or PM)

No description available for this field.

Name (identifier)
plagehoraire
Type
text
Sample
AM
duree
duration of the event

No description available for this field.

Name (identifier)
duree
Type
text
Sample
PT03H00MS
secteurClient
customers asked to take part in the peak demand event (« Résidentiel » ou « Affaires »

No description available for this field.

Name (identifier)
secteurclient
Type
text
Sample
Affaires

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"evenements-pointe",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/evenements-pointe"
      }
    ]
    ,
  • "definitions":
    {
    • "evenements-pointe":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/evenements-pointe_records"
            }
          }
        }
      }
      ,
    • "evenements-pointe_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "offre":
              {
              • "type":"string",
              • "title":"offre",
              • "description":"offers in effect during the peak demand event"
              }
              ,
            • "datedebut":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"dateDebut",
              • "description":"date and time of the start of the peak demand event"
              }
              ,
            • "datefin":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"dateFin",
              • "description":"date and time of the end of the peak demand event"
              }
              ,
            • "plagehoraire":
              {
              • "type":"string",
              • "title":"plageHoraire",
              • "description":"period of the day during which the peak demand event takes place (AM or PM)"
              }
              ,
            • "duree":
              {
              • "type":"string",
              • "title":"duree",
              • "description":"duration of the event"
              }
              ,
            • "secteurclient":
              {
              • "type":"string",
              • "title":"secteurClient",
              • "description":"customers asked to take part in the peak demand event (« Résidentiel » ou « Affaires »"
              }
            }
          }
        }
      }
    }
}

Similar datasets