Fuel Consumption for Electricity and Seawater Desalination Industries

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Fuel Type
               

No description available for this field.

Name (identifier)
fuel_type
Type
text
Sample
                       
Yearly Fuel Consumption in TBTU
               

No description available for this field.

Name (identifier)
yearly_fuel_consumption_in_tbtu
Type
decimal
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fuel-consumption-for-electricity",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fuel-consumption-for-electricity"
      }
    ]
    ,
  • "definitions":
    {
    • "fuel-consumption-for-electricity":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fuel-consumption-for-electricity_records"
            }
          }
        }
      }
      ,
    • "fuel-consumption-for-electricity_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "fuel_type":
              {
              • "type":"string",
              • "title":"Fuel Type",
              • "description":""
              }
              ,
            • "yearly_fuel_consumption_in_tbtu":
              {
              • "type":"number",
              • "title":"Yearly Fuel Consumption in TBTU",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets