Electrical Capacity Factor of SWCC
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electrical-capacity-factor-of-swcc-2004-2010",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electrical-capacity-factor-of-swcc-2004-2010"
}
] - "definitions":{
- "electrical-capacity-factor-of-swcc-2004-2010":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electrical-capacity-factor-of-swcc-2004-2010_records"
}
}
} - "records":
} - "properties":
- "electrical-capacity-factor-of-swcc-2004-2010_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "t":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "value":{
- "type":"number",
- "title":"Capacity",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "electrical-capacity-factor-of-swcc-2004-2010":