Electricity Consumption Tariffs
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"electricity-consumption-tariffs-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/electricity-consumption-tariffs-2014"
}
] - "definitions":{
- "electricity-consumption-tariffs-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/electricity-consumption-tariffs-2014_records"
}
}
} - "records":
} - "properties":
- "electricity-consumption-tariffs-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "tariff_type":,{
- "type":"string",
- "title":"Tariff Type",
- "description":""
} - "bahrain":,{
- "type":"number",
- "title":"Bahrain (US cents/kWh)",
- "description":""
} - "kuwait":,{
- "type":"number",
- "title":"Kuwait (US cents/kWh)",
- "description":""
} - "oman":,{
- "type":"number",
- "title":"Oman (US cents/kWh)",
- "description":""
} - "qatar":,{
- "type":"string",
- "title":"Qatar (US cents/kWh)",
- "description":""
} - "saudi_arabia":,{
- "type":"number",
- "title":"Saudi Arabia (US cents/kWh)",
- "description":""
} - "uae_aby_dhabi":,{
- "type":"string",
- "title":"UAE - Abu Dhabi (US cents/kWh)",
- "description":""
} - "uae_dhabi":{
- "type":"string",
- "title":"UAE - Dubai (US cents/kWh)",
- "description":""
}
} - "tariff_type":
}
} - "fields":
} - "properties":
} - "electricity-consumption-tariffs-2014":