Voltage
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":"voltage",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/voltage"
}
] - "definitions":{
- "voltage":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/voltage_records"
}
}
} - "records":
} - "properties":
- "voltage_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "timestamp":,{
- "type":"string",
- "format":"date-time",
- "title":"Timestamp",
- "description":"Date/time that the data was recorded - data is provided at half hourly intervals over a 12 month period."
} - "groupid":,{
- "type":"integer",
- "title":"GroupId",
- "description":""
} - "groupname":,{
- "type":"string",
- "title":"Network Group Name",
- "description":"The unique name given to the network demand group supplied by the Primary or Grid transformers. In our Scottish Power Manweb (SPM) license, some of our network operates solidly interconnected. For example, geographically dispersed single transformers may supply interconnected network instead of multi-transformer substations. For more information on network arrangements, including both single line schematic diagrams and geographical maps please refer to our Long Term Development Statement (LTDS)."
} - "nominalvoltage":,{
- "type":"string",
- "title":"Nominal Voltage",
- "description":"Refers to the nominal operating voltage of the network group."
} - "actualvoltaget1":,{
- "type":"string",
- "title":"ActualVoltageT1",
- "description":"Actual voltage of transformer 1 for the network group."
} - "actualvoltaget2":,{
- "type":"string",
- "title":"ActualVoltageT2",
- "description":"Actual voltage of transformer 2 for the network group."
} - "actualvoltaget3":,{
- "type":"string",
- "title":"ActualVoltageT3",
- "description":"Actual voltage of transformer 3 for the network group."
} - "actualvoltaget4":,{
- "type":"string",
- "title":"ActualVoltageT4",
- "description":"Actual voltage of transformer 4 for the network group."
} - "actualvoltaget5":,{
- "type":"string",
- "title":"ActualVoltageT5",
- "description":"Actual voltage of transformer 5 for the network group."
} - "actualvoltaget6":{
- "type":"string",
- "title":"ActualVoltageT6",
- "description":"Actual voltage of transformer 6 for the network group."
}
} - "timestamp":
}
} - "fields":
} - "properties":
} - "voltage":
}