Installed Renewable Energy Capacity by Technology
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gcc-installed-renewable-energy-capacity-by-technology-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcc-installed-renewable-energy-capacity-by-technology-2014"
}
] - "definitions":{
- "gcc-installed-renewable-energy-capacity-by-technology-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcc-installed-renewable-energy-capacity-by-technology-2014_records"
}
}
} - "records":
} - "properties":
- "gcc-installed-renewable-energy-capacity-by-technology-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "type":,{
- "type":"string",
- "title":"Type",
- "description":""
} - "value":{
- "type":"number",
- "title":"Capacity (MW)",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "gcc-installed-renewable-energy-capacity-by-technology-2014":