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