LLD - Linepack Data - Open
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":"lld-linepack-data-open",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/lld-linepack-data-open"
}
] - "definitions":{
- "lld-linepack-data-open":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/lld-linepack-data-open_records"
}
}
} - "records":
} - "properties":
- "lld-linepack-data-open_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "date_time":,{
- "type":"string",
- "format":"date-time",
- "title":"Date & Time",
- "description":"Date & Time"
} - "linepack_value_ea":,{
- "type":"number",
- "title":"Linepack Value (EA)",
- "description":"East Anglia"
} - "linepack_value_em_sys_1":,{
- "type":"number",
- "title":"Linepack Value (EM - sys 1)",
- "description":"East Midlands (System 1)"
} - "linepack_value_em_sys_2":,{
- "type":"number",
- "title":"Linepack Value (EM-sys 2)",
- "description":"East Midlands (System 2)"
} - "linepack_value_nl":,{
- "type":"number",
- "title":"Linepack Value (NL)",
- "description":"North London"
} - "linepack_value_nw":,{
- "type":"number",
- "title":"Linepack Value (NW)",
- "description":"North West"
} - "linepack_value_wm":{
- "type":"number",
- "title":"Linepack Value (WM)",
- "description":"West Midlands"
}
} - "date_time":
}
} - "fields":
} - "properties":
} - "lld-linepack-data-open":
}