Natural Gas Production
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"natural-gas-production-in-bcf-1970-2015",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/natural-gas-production-in-bcf-1970-2015"
}
] - "definitions":{
- "natural-gas-production-in-bcf-1970-2015":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/natural-gas-production-in-bcf-1970-2015_records"
}
}
} - "records":
} - "properties":
- "natural-gas-production-in-bcf-1970-2015_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "billion_cubic_feet_per_day":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "natural_gas_production_bcf":,{
- "type":"number",
- "title":"Value (Bcf)",
- "description":""
} - "growth_rate_per_annum_2021":,{
- "type":"number",
- "title":"Growth rate per annum 2021",
- "description":""
} - "growth_rate_per_annum_2011_21":,{
- "type":"number",
- "title":"Growth rate per annum 2011-21",
- "description":""
} - "share_2021":{
- "type":"number",
- "title":"Share 2021",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "natural-gas-production-in-bcf-1970-2015":