GCC Residential Electricity Tariffs
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gcc-electricity",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcc-electricity"
}
] - "definitions":{
- "gcc-electricity":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcc-electricity_records"
}
}
} - "records":
} - "properties":
- "gcc-electricity_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country_city":,{
- "type":"string",
- "title":"Country/City",
- "description":""
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":""
} - "slabs":,{
- "type":"string",
- "title":"Slabs",
- "description":""
} - "price_us_sents_kwh":{
- "type":"number",
- "title":"Price (US sents/KWh)",
- "description":""
}
} - "country_city":
}
} - "fields":
} - "properties":
} - "gcc-electricity":