records
Peak demand events – Winter
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":"evenements-pointe",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/evenements-pointe"
}
] - "definitions":{
- "evenements-pointe":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/evenements-pointe_records"
}
}
} - "records":
} - "properties":
- "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 »"
}
} - "offre":
}
} - "fields":
} - "properties":
} - "evenements-pointe":
}