Solar consumption in TWh
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"solar-consumption-in-twh",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/solar-consumption-in-twh"
}
] - "definitions":{
- "solar-consumption-in-twh":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/solar-consumption-in-twh_records"
}
}
} - "records":
} - "properties":
- "solar-consumption-in-twh_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "terawatt_hours":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "growth_rate_per_annum_2005_15":,{
- "type":"number",
- "title":"Growth rate per annum 2005-15",
- "description":""
} - "solar_consumption_twh":,{
- "type":"number",
- "title":"Solar Consumption (Twh)",
- "description":""
} - "growth_rate_per_annum_2016_1":,{
- "type":"number",
- "title":"Growth rate per annum 2016.1",
- "description":""
} - "share_2016_2":{
- "type":"number",
- "title":"Share 2016.2",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "solar-consumption-in-twh":