Photovoltaic Power
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"photovoltaic-power",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/photovoltaic-power"
}
] - "definitions":{
- "photovoltaic-power":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/photovoltaic-power_records"
}
}
} - "records":
} - "properties":
- "photovoltaic-power_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "2013":,{
- "type":"number",
- "title":"2013",
- "description":""
} - "2014":,{
- "type":"number",
- "title":"2014",
- "description":""
} - "2015":,{
- "type":"number",
- "title":"2015",
- "description":""
} - "2016":,{
- "type":"number",
- "title":"2016",
- "description":""
} - "2017":,{
- "type":"number",
- "title":"2017",
- "description":""
} - "2018":,{
- "type":"number",
- "title":"2018",
- "description":""
} - "2019":,{
- "type":"number",
- "title":"2019",
- "description":""
} - "2020":,{
- "type":"number",
- "title":"2020",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "station_name":{
- "type":"string",
- "title":"Station Name",
- "description":""
}
} - "2013":
}
} - "fields":
} - "properties":
} - "photovoltaic-power":