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":"curtailment-events-site-specific@northernpowergrid",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/curtailment-events-site-specific@northernpowergrid"
}
] - "definitions":{
- "curtailment-events-site-specific@northernpowergrid":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/curtailment-events-site-specific@northernpowergrid_records"
}
}
} - "records":
} - "properties":
- "curtailment-events-site-specific@northernpowergrid_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "customer_unique_identifier":,{
- "type":"string",
- "title":"Customer Unique Identifier",
- "description":"Unique customer ID for anonymised reporting."
} - "event_id":,{
- "type":"string",
- "title":"Event ID",
- "description":"Event ID."
} - "scheme_name":,{
- "type":"string",
- "title":"Site",
- "description":"Northern Powergrid operational site."
} - "start_time_utc":,{
- "type":"number",
- "title":"Start time UTC",
- "description":"Event start time (UTC)."
} - "start_time_local":,{
- "type":"string",
- "format":"date-time",
- "title":"Start time Local",
- "description":"Event start time (local)."
} - "end_time_utc":,{
- "type":"number",
- "title":"End time UTC",
- "description":"Event end time (UTC)."
} - "end_time_local":,{
- "type":"string",
- "format":"date-time",
- "title":"End time Local",
- "description":"Event end time (local)."
} - "duration_hours":,{
- "type":"number",
- "title":"Duration (hours)",
- "description":"Length of event (hours)."
} - "outage_related_curtailment_total_energy_reduction_mwh":,{
- "type":"number",
- "title":"Outage related curtailment-Total energy reduction (MWh)",
- "description":"Total energy reduction (MWh) during event.",
- "unit":"MWh"
} - "average_access_reduction_mw":,{
- "type":"number",
- "title":"Average access reduction (MW)",
- "description":"Average event reduction (MW).",
- "unit":"MW"
} - "reason_for_curtailment":{
- "type":"string",
- "title":"Reason For curtailment",
- "description":"Reason for curtailment event."
}
} - "customer_unique_identifier":
}
} - "fields":
} - "properties":
} - "curtailment-events-site-specific@northernpowergrid":
}