Distribution Network Live Outages
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":"distribution-network-live-outages",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/distribution-network-live-outages"
}
] - "definitions":{
- "distribution-network-live-outages":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/distribution-network-live-outages_records"
}
}
} - "records":
} - "properties":
- "distribution-network-live-outages_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "fault_id":,{
- "type":"string",
- "title":"Fault ID",
- "description":" A unique identifier assigned to each fault incident."
} - "licence_area":,{
- "type":"string",
- "title":"DNO Licence",
- "description":" The license number of the Distribution Network Operator responsible for the network area where the fault occurred."
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":" The geographical area or region where the outage incident took place."
} - "status":,{
- "type":"string",
- "title":"Incident Status",
- "description":" The current status of the outage incident (e.g., ongoing, resolved)."
} - "planned":,{
- "type":"string",
- "title":"Planned",
- "description":" Indicates whether the outage was planned (yes/no)."
} - "planned_outage_start_date":,{
- "type":"string",
- "format":"date-time",
- "title":"Planned Outage Start",
- "description":" The scheduled start date and time for planned outages."
} - "date_of_reported_fault":,{
- "type":"string",
- "format":"date-time",
- "title":"Fault Reported Date",
- "description":" The date and time when the fault was reported."
} - "etr":,{
- "type":"string",
- "format":"date-time",
- "title":"Estimated Time of Restoration",
- "description":" The estimated date and time by which the service is expected to be restored."
} - "voltage":,{
- "type":"string",
- "title":"Voltage",
- "description":" The voltage level of the network affected by the outage (e.g., LV, HV)."
} - "postcode_sector":{
- "type":"string",
- "title":"Postcode Sector",
- "description":" The postal code of the location affected by the outage."
}
} - "fault_id":
}
} - "fields":
} - "properties":
} - "distribution-network-live-outages":
}