Quantity of Import and Export of Electricity by Country
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"quantity-of-import-and-export-of-electricity-by-country",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/quantity-of-import-and-export-of-electricity-by-country"
}
] - "definitions":{
- "quantity-of-import-and-export-of-electricity-by-country":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/quantity-of-import-and-export-of-electricity-by-country_records"
}
}
} - "records":
} - "properties":
- "quantity-of-import-and-export-of-electricity-by-country_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "exported_imported":,{
- "type":"string",
- "title":"Exported / Imported",
- "description":""
} - "quantity_of_electricity_in_gwh":{
- "type":"number",
- "title":"Quantity of Electricity in GWh",
- "description":"",
- "unit":"GWh"
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "quantity-of-import-and-export-of-electricity-by-country":