New York Natural Gas & Oil Production
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"new-york-natural-gas-oil-production",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/new-york-natural-gas-oil-production"
}
] - "definitions":{
- "new-york-natural-gas-oil-production":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/new-york-natural-gas-oil-production_records"
}
}
} - "records":
} - "properties":
- "new-york-natural-gas-oil-production_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "county":,{
- "type":"string",
- "title":"County",
- "description":""
} - "town":,{
- "type":"string",
- "title":"Town",
- "description":""
} - "oil_bbl_produced":,{
- "type":"integer",
- "title":"Oil Bbl Produced",
- "description":""
} - "gas_mcf_produced":,{
- "type":"integer",
- "title":"Gas Mcf Produced",
- "description":""
} - "water_bbl_produced":,{
- "type":"integer",
- "title":"Water Bbl Produced",
- "description":""
} - "latitude":,{
- "type":"number",
- "title":"Latitude",
- "description":""
} - "longitude":,{
- "type":"number",
- "title":"Longitude",
- "description":""
} - "well_type":,{
- "type":"string",
- "title":"Well_type",
- "description":""
} - "well_status":,{
- "type":"string",
- "title":"Well_status",
- "description":""
} - "side_track_code":,{
- "type":"integer",
- "title":"Side Track Code",
- "description":""
} - "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "company":,{
- "type":"string",
- "title":"Company",
- "description":""
} - "formation":,{
- "type":"string",
- "title":"Formation",
- "description":""
} - "gas_oil_field_name_well_produces_from":,{
- "type":"string",
- "title":"Gas/oil field name (well_produces_from)",
- "description":""
} - "production_months":,{
- "type":"integer",
- "title":"Production_months",
- "description":""
} - "well":{
- "type":"string",
- "title":"Well",
- "description":""
}
} - "county":
}
} - "fields":
} - "properties":
} - "new-york-natural-gas-oil-production":