Associated Gas Production
Dataset schema
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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "associated-gas-production-000-us-barrel-2007-2016":