Crude Oil 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
                       
Oil Production
               

No description available for this field.

Name (identifier)
oil_production
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"crude-oil-production-2004-2015",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/crude-oil-production-2004-2015"
      }
    ]
    ,
  • "definitions":
    {
    • "crude-oil-production-2004-2015":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/crude-oil-production-2004-2015_records"
            }
          }
        }
      }
      ,
    • "crude-oil-production-2004-2015_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "oil_production":
              {
              • "type":"number",
              • "title":"Oil Production",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets