GCC 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
                       
Country
               

No description available for this field.

Name (identifier)
country
Type
text
Sample
                       
Total Reserves (Billion bbl)
               

No description available for this field.

Name (identifier)
total_reserves_
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"gcc-oil-reserves-1980",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/gcc-oil-reserves-1980"
      }
    ]
    ,
  • "definitions":
    {
    • "gcc-oil-reserves-1980":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/gcc-oil-reserves-1980_records"
            }
          }
        }
      }
      ,
    • "gcc-oil-reserves-1980_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "country":
              {
              • "type":"string",
              • "title":"Country",
              • "description":""
              }
              ,
            • "total_reserves_":
              {
              • "type":"number",
              • "title":"Total Reserves (Billion bbl)",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets