Natural Gas Reserves, Production and Consumption
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"gas-stats-2005-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/gas-stats-2005-2014"
}
] - "definitions":{
- "gas-stats-2005-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/gas-stats-2005-2014_records"
}
}
} - "records":
} - "properties":
- "gas-stats-2005-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "year":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "balance":,{
- "type":"string",
- "title":"Balance",
- "description":""
} - "units":,{
- "type":"string",
- "title":"Units",
- "description":""
} - "value":{
- "type":"number",
- "title":"Quantity",
- "description":""
}
} - "year":
}
} - "fields":
} - "properties":
} - "gas-stats-2005-2014":