The Imported Electric Energy from the Desalination Plants
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009"
}
] - "definitions":{
- "the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009_records"
}
}
} - "records":
} - "properties":
- "the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "region":,{
- "type":"string",
- "title":"Region",
- "description":""
} - "desalination_plant":,{
- "type":"string",
- "title":"Desalination Plant",
- "description":""
} - "imported_electric_energy":{
- "type":"integer",
- "title":"Imported Electric Energy",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "the-imported-electric-energy-from-the-desalination-plants-gwh-2006-2009":