Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc"
}
] - "definitions":{
- "electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc_records"
}
}
} - "records":
} - "properties":
- "electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "station":,{
- "type":"string",
- "title":"Station",
- "description":""
} - "total_production":,{
- "type":"number",
- "title":"Total Production",
- "description":""
} - "consumption":,{
- "type":"number",
- "title":"Consumption",
- "description":""
} - "electrical_energy_produced":{
- "type":"number",
- "title":"Electrical Energy Produced",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "electrical-energy-produced-from-power-stations-mwh-2000-2009@kapsarc":
}