Associated Gas 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
                       
Production of Associated Gas - Million Cubic Feet
               

No description available for this field.

Name (identifier)
production_of_associated_gas_million_cubic_feet
Type
decimal
Sample
                       

JSON Schema

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

{
  • "title":"associated-gas-production-000-us-barrel-2007-2016",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/associated-gas-production-000-us-barrel-2007-2016"
      }
    ]
    ,
  • "definitions":
    {
    • "associated-gas-production-000-us-barrel-2007-2016":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/associated-gas-production-000-us-barrel-2007-2016_records"
            }
          }
        }
      }
      ,
    • "associated-gas-production-000-us-barrel-2007-2016_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "production_of_associated_gas_million_cubic_feet":
              {
              • "type":"number",
              • "title":"Production of Associated Gas - Million Cubic Feet",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets