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