Peak Load On Networks
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-development-of-maximum-load-on-networks-mw-2004-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-development-of-maximum-load-on-networks-mw-2004-2014"
}
] - "definitions":{
- "the-development-of-maximum-load-on-networks-mw-2004-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-development-of-maximum-load-on-networks-mw-2004-2014_records"
}
}
} - "records":
} - "properties":
- "the-development-of-maximum-load-on-networks-mw-2004-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "empty":,{
- "type":"string",
- "title":"empty",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "maximum_load_of_isolated_networks":,{
- "type":"number",
- "title":"Isolated networks",
- "description":""
} - "maximum_load_of_interconnected_networks":,{
- "type":"number",
- "title":"Interconnected networks",
- "description":""
} - "the_maximum_load_of_the_kingdom":{
- "type":"number",
- "title":"Kingdom",
- "description":""
}
} - "empty":
}
} - "fields":
} - "properties":
} - "the-development-of-maximum-load-on-networks-mw-2004-2014":