Proven oil reserves

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
                       
% Proven oil reserves (billion barrels)
               

No description available for this field.

Name (identifier)
proven_oil_reserves_billion_barrels
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"proven-oil-reserves",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/proven-oil-reserves"
      }
    ]
    ,
  • "definitions":
    {
    • "proven-oil-reserves":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/proven-oil-reserves_records"
            }
          }
        }
      }
      ,
    • "proven-oil-reserves_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":""
              }
              ,
            • "proven_oil_reserves_billion_barrels":
              {
              • "type":"number",
              • "title":"% Proven oil reserves (billion barrels)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets