Refinery Production

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
                       
Select a country
               

No description available for this field.

Name (identifier)
select_a_country
Type
text
Sample
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Refinery production (MMb/d)
               

No description available for this field.

Name (identifier)
refinery_production_mmb_d
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"refinery-production",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/refinery-production"
      }
    ]
    ,
  • "definitions":
    {
    • "refinery-production":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/refinery-production_records"
            }
          }
        }
      }
      ,
    • "refinery-production_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "select_a_country":
              {
              • "type":"string",
              • "title":"Select a country",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "refinery_production_mmb_d":
              {
              • "type":"number",
              • "title":"Refinery production (MMb/d)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets