Transmission Substation by Years
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"transmission-capacity",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/transmission-capacity"
}
] - "definitions":{
- "transmission-capacity":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/transmission-capacity_records"
}
}
} - "records":
} - "properties":
- "transmission-capacity_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "number_of_substations":,{
- "type":"number",
- "title":"Number of substations",
- "description":""
} - "number_of_transformers":,{
- "type":"number",
- "title":"Number of Transformers",
- "description":""
} - "capacity_of_transformers_mva":{
- "type":"number",
- "title":"Capacity of Transformers (MVA)",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "transmission-capacity":