Development of the Produced Energy According to Type of Units
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"development-of-the-produced-energy-according-to-type-of-units",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/development-of-the-produced-energy-according-to-type-of-units"
}
] - "definitions":{
- "development-of-the-produced-energy-according-to-type-of-units":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/development-of-the-produced-energy-according-to-type-of-units_records"
}
}
} - "records":
} - "properties":
- "development-of-the-produced-energy-according-to-type-of-units_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "title":"Year",
- "description":""
} - "combined_cycle":,{
- "type":"integer",
- "title":"Combined Cycle ",
- "description":""
} - "diesel_engines":,{
- "type":"integer",
- "title":"Diesel Engines ",
- "description":""
} - "gas_turbines":,{
- "type":"integer",
- "title":"Gas Turbines",
- "description":""
} - "steam_turbines":{
- "type":"integer",
- "title":"Steam Turbines",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "development-of-the-produced-energy-according-to-type-of-units":