CAIT - Country Clean Technology Data
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"cait-country-clean-technology-data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/cait-country-clean-technology-data"
}
] - "definitions":{
- "cait-country-clean-technology-data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/cait-country-clean-technology-data_records"
}
}
} - "records":
} - "properties":
- "cait-country-clean-technology-data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "cumulative_installed_solar_pv_capacity_mw":,{
- "type":"number",
- "title":"Cumulative Installed Solar PV Capacity (MW)",
- "description":""
} - "annual_additions_of_installed_solar_pv_capacity_mw":,{
- "type":"number",
- "title":"Annual Additions of Installed Solar PV Capacity (MW)",
- "description":""
} - "cumulative_installed_wind_capacity_mw":,{
- "type":"number",
- "title":"Cumulative Installed Wind Capacity (MW)",
- "description":""
} - "annual_additions_of_installed_wind_capacity_mw":,{
- "type":"number",
- "title":"Annual Additions of Installed Wind Capacity (MW)",
- "description":""
} - "annual_manufacturing_capacity_of_silicon_metric_tons":,{
- "type":"number",
- "title":"Annual Manufacturing Capacity of Silicon (Metric Tons)",
- "description":""
} - "annual_manufacturing_capacity_of_pv_cells_mw":,{
- "type":"number",
- "title":"Annual Manufacturing Capacity of PV Cells (MW)",
- "description":""
} - "annual_manufacturing_capacity_of_pv_modules_mw":,{
- "type":"number",
- "title":"Annual Manufacturing Capacity of PV Modules (MW)",
- "description":""
} - "annual_manufacturing_capacity_of_wind_turbines_mw":,{
- "type":"number",
- "title":"Annual Manufacturing Capacity of Wind Turbines (MW)",
- "description":""
} - "total_solar_pv_jobs":,{
- "type":"number",
- "title":"Total Solar PV Jobs",
- "description":""
} - "total_solar_pv_manufacturing_jobs":,{
- "type":"number",
- "title":"Total Solar PV Manufacturing Jobs",
- "description":""
} - "total_wind_jobs":,{
- "type":"number",
- "title":"Total Wind Jobs",
- "description":""
} - "total_wind_manufacturing_jobs":{
- "type":"number",
- "title":"Total Wind Manufacturing Jobs",
- "description":""
}
} - "country":
}
} - "fields":
} - "properties":
} - "cait-country-clean-technology-data":