Energy Products Prices
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gcc-energy-products-prices-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gcc-energy-products-prices-2015"
}
] - "definitions":{
- "gcc-energy-products-prices-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gcc-energy-products-prices-2015_records"
}
}
} - "records":
} - "properties":
- "gcc-energy-products-prices-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "2015_jan_aug_gasoline_diesel_us_dollars_per_liter":,{
- "type":"number",
- "title":"2015 (Jan-Aug) Gasoline Diesel - US dollars per liter",
- "description":"",
- "unit":"$"
} - "2015_jan_aug_natural_gas_us_dollars_per_liter":,{
- "type":"number",
- "title":"2015 (Jan-Aug) Natural Gas - US dollars per liter",
- "description":"",
- "unit":"$"
} - "2015_jan_aug_electricity_us_dollars_per_mmbtu":,{
- "type":"number",
- "title":"2015 (Jan-Aug) Electricity - US dollars per MMBtu",
- "description":"",
- "unit":"$"
} - "2015_jan_aug_electricity_us_dollars_per_kwh":{
- "type":"number",
- "title":"2015 (Jan-Aug) Electricity - US dollars per KWh",
- "description":"",
- "unit":"$"
}
} - "country":
}
} - "fields":
} - "properties":
} - "gcc-energy-products-prices-2015":