Ratio of Oil and Natural Gas to Total Energy Consumption
Dataset schema
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
- "title":"ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014"
}
] - "definitions":{
- "ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014_records"
}
}
} - "records":
} - "properties":
- "ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "time_period":,{
- "type":"string",
- "format":"date",
- "title":"Year",
- "description":""
} - "country":,{
- "type":"string",
- "title":"Country",
- "description":""
} - "fuel_type":,{
- "type":"string",
- "title":"Fuel Type",
- "description":""
} - "ratio":{
- "type":"number",
- "title":"Ratio",
- "description":""
}
} - "time_period":
}
} - "fields":
} - "properties":
} - "ratio-of-oil-and-natural-gas-to-total-energy-consumption-1965-2014":