World Solar Photovoltaic Installations
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"world-solar-pv-installations-1992-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/world-solar-pv-installations-1992-2014"
}
] - "definitions":{
- "world-solar-pv-installations-1992-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/world-solar-pv-installations-1992-2014_records"
}
}
} - "records":
} - "properties":
- "world-solar-pv-installations-1992-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "annual_installations_mw":,{
- "type":"number",
- "title":"Annual Installations (MW)",
- "description":""
} - "cumulative_installations_mw":{
- "type":"number",
- "title":"Cumulative Installations (MW)",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "world-solar-pv-installations-1992-2014":