GCC Renewables Production
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"renewables-production3",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/renewables-production3"
}
] - "definitions":{
- "renewables-production3":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/renewables-production3_records"
}
}
} - "records":
} - "properties":
- "renewables-production3_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "indicator":,{
- "type":"string",
- "title":"Indicator",
- "description":""
} - "value":,{
- "type":"number",
- "title":"value",
- "description":"",
- "unit":"GWh"
} - "solar_photovoltaic_data_source":{
- "type":"string",
- "title":"Solar Photovoltaic Data Source",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "renewables-production3":