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":"consumption-of-electricity-by-sector@kapsarc",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/consumption-of-electricity-by-sector@kapsarc"
}
] - "definitions":{
- "consumption-of-electricity-by-sector@kapsarc":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/consumption-of-electricity-by-sector@kapsarc_records"
}
}
} - "records":
} - "properties":
- "consumption-of-electricity-by-sector@kapsarc_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "sector":,{
- "type":"string",
- "title":"Sector",
- "description":""
} - "value":,{
- "type":"number",
- "title":"Value",
- "description":"",
- "unit":"GWh"
} - "annual_growth_in_electricity_consumption":{
- "type":"number",
- "title":"Annual growth in electricity consumption",
- "description":"",
- "unit":"%"
}
} - "year":
}
} - "fields":
} - "properties":
} - "consumption-of-electricity-by-sector@kapsarc":
}