Petroleum Products in Refinery Factory

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
                       
Product Type
               

No description available for this field.

Name (identifier)
product_type
Type
text
Sample
                       
Quantity in (,000) U.S. Barrel
               

No description available for this field.

Name (identifier)
quantity_in_000_us_barrel
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"petroleum-products-in-refinery-factory",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/petroleum-products-in-refinery-factory"
      }
    ]
    ,
  • "definitions":
    {
    • "petroleum-products-in-refinery-factory":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/petroleum-products-in-refinery-factory_records"
            }
          }
        }
      }
      ,
    • "petroleum-products-in-refinery-factory_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "product_type":
              {
              • "type":"string",
              • "title":"Product Type",
              • "description":""
              }
              ,
            • "quantity_in_000_us_barrel":
              {
              • "type":"number",
              • "title":"Quantity in (,000) U.S. Barrel",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets